hedgewars/CCHandlers.inc
changeset 2576 2eb7ce1c1f19
parent 2575 d06e0e829828
child 2579 e5e4ebf528b5
--- 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);