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:
Misa
2020-04-06 23:53:32 -07:00
committed by Ethan Lee
parent 9510c3c871
commit c077e51fb4
5 changed files with 25 additions and 29 deletions

View File

@@ -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;