--- 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