hedgewars/uGame.pas
changeset 6415 af2047bb4f70
parent 6341 ccc0a58e123d
child 6580 6155187bf599
--- a/hedgewars/uGame.pas	Wed Nov 23 20:12:16 2011 +0300
+++ b/hedgewars/uGame.pas	Thu Nov 24 16:18:45 2011 +0100
@@ -26,7 +26,7 @@
 ////////////////////
    implementation
 ////////////////////
-uses uKeys, uTeams, uIO, uAI, uGears, uSound, uMobile, uVisualGears, uTypes, uVariables;
+uses uKeys, uTeams, uIO, uAI, uGears, uSound, uMobile, uVisualGears, uTypes, uVariables{$IFDEF SDL13}, uTouch{$ENDIF};
 
 procedure DoGameTick(Lag: LongInt);
 var i: LongInt;
@@ -52,7 +52,8 @@
     if not CurrentTeam^.ExtDriven then
        begin
        if CurrentHedgehog^.BotLevel <> 0 then ProcessBot;
-       ProcessGears
+       ProcessGears;
+       {$IFDEF SDL13}ProcessTouch;{$ENDIF}
        end else
        begin
        NetGetNextCmd;