changeset 6961 | d5ac09894a1b |
parent 6954 | a61458a81480 |
child 6963 | 0c181b88daff |
--- a/hedgewars/uTeams.pas Sun Apr 29 20:52:10 2012 +0200 +++ b/hedgewars/uTeams.pas Sun Apr 29 18:08:46 2012 +0200 @@ -37,7 +37,7 @@ implementation uses uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO, uCaptions, uCommands, uDebug, uScript, - uGearsUtils, uGearsList; + uGearsUtils, uGearsList, uTouch; const MaxTeamHealth: LongInt = 0; @@ -300,6 +300,7 @@ end; uMobile.NewTurnBeginning(); +uTouch.NewTurnBeginning(); ScriptCall('onNewTurn'); end;