mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Don't use separate variable for number of collected crewmates
Same as previous commit, except for crewmates in custom levels instead.
This commit is contained in:
@@ -1466,7 +1466,6 @@ void scriptclass::run()
|
||||
i = obj.getplayer();
|
||||
obj.entities[i].tile = 0;
|
||||
|
||||
game.crewmates=0;
|
||||
for (i = 0; i < 100; i++)
|
||||
{
|
||||
obj.collect[i] = 0;
|
||||
@@ -3490,8 +3489,6 @@ void scriptclass::hardreset()
|
||||
game.inintermission = false;
|
||||
game.insecretlab = false;
|
||||
|
||||
game.crewmates=0;
|
||||
|
||||
game.state = 0;
|
||||
game.statedelay = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user