Reset the bomb defusal progress in case the time runs out and is neither detonated nor successfully defused.

This commit is contained in:
Marco Cawthorne 2018-12-25 22:59:10 +01:00
parent a02b781e9a
commit 468996b9e6

View file

@ -205,6 +205,7 @@ void Rules_Restart( int iWipe ) {
Timer_Begin( autocvar_mp_freezetime, GAME_FREEZE );
Money_ResetTeamReward();
fDefuseProgress = 0;
}
/*