downs reset after initial respawn

This commit is contained in:
JezuzLizard 2020-03-09 01:23:07 -07:00 committed by GitHub
parent cc7908a9da
commit 4d1f775033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,6 +500,7 @@ spawnAllPlayers()
players[ i ] [[ level.spawnplayer ]](); players[ i ] [[ level.spawnplayer ]]();
thread refresh_player_navcard_hud(); thread refresh_player_navcard_hud();
players[ i ].score = 500; players[ i ].score = 500;
players[ i ].downs = 0;
} }
i++; i++;
} }