hedgewars/uGame.pas
changeset 9317 a04c30940d2d
parent 9309 7e8f91634f80
child 9521 8054d9d775fd
child 9651 c0a389ccb0c1
--- a/hedgewars/uGame.pas	Thu Jul 04 11:58:40 2013 +0200
+++ b/hedgewars/uGame.pas	Sat Jul 06 19:29:18 2013 +0200
@@ -51,7 +51,7 @@
     else if (GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet)) then
         Lag:= 2500;
 
-    if (GameType = gmtDemo) then 
+    if (GameType = gmtDemo) then
         if isSpeed then
             begin
             i:= RealTicks-SpeedStart;
@@ -90,7 +90,7 @@
         if CurrentHedgehog^.BotLevel <> 0 then
             ProcessBot;
         ProcessGears;
-        {$IFDEF SDL13}ProcessTouch;{$ENDIF}
+        {$IFDEF SDL2}ProcessTouch;{$ENDIF}
         end
     else
         begin