--- a/hedgewars/CCHandlers.inc Thu Oct 22 18:59:35 2009 +0000
+++ b/hedgewars/CCHandlers.inc Thu Oct 22 21:03:38 2009 +0000
@@ -625,7 +625,7 @@
end;
{$IFDEF IPHONEOS}
-//remove the topbar from iPhone
+//remove the topbar from the iPhone
flags:= flags or SDL_NOFRAME;
{$ENDIF}
@@ -640,7 +640,7 @@
{$IFDEF DEBUGFILE}
AddFileLog('SDL video driver: ' + string(SDL_VideoDriverName(buf, sizeof(buf))));
{$ENDIF}
-PixelFormat:=@convFormat// SDLPrimSurface^.format
+PixelFormat:= SDLPrimSurface^.format
end;
procedure chVol_p(var s: shortstring);