mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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:
@@ -3129,7 +3129,6 @@ void entityclass::updateentities( int i )
|
||||
}
|
||||
else if (entities[i].state == 1)
|
||||
{
|
||||
game.crewmates++;
|
||||
if (game.intimetrial)
|
||||
{
|
||||
customcollect[entities[i].para] = 1;
|
||||
|
||||
Reference in New Issue
Block a user