- Correct initialisation of TeamsGameOver (on mobile it doesn't get reset between plays, so ones set to true, prevents game to be finished next time) ios-develop Hedgewars-iOS-2.1
authorantonc27 <antonc27@mail.ru>
Sun, 18 Mar 2018 18:47:03 +0100
branchios-develop
changeset 13245 195208deff1d
parent 13242 d28fd77289f1
child 13411 6e8b807bda4b
- Correct initialisation of TeamsGameOver (on mobile it doesn't get reset between plays, so ones set to true, prevents game to be finished next time)
hedgewars/uTeams.pas
--- a/hedgewars/uTeams.pas	Sat Mar 17 23:27:24 2018 +0100
+++ b/hedgewars/uTeams.pas	Sun Mar 18 18:47:03 2018 +0100
@@ -855,7 +855,7 @@
 LocalClan:= -1;
 LocalTeam:= -1;
 LocalAmmo:= -1;
-GameOver:= false;
+TeamsGameOver:= false;
 NextClan:= true;
 MaxTeamHealth:= 0;
 end;