diff -r 7e8a87136fae -r 1bd9a4eafbc3 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Sun Jun 01 18:54:10 2008 +0000 +++ b/hedgewars/CCHandlers.inc Sun Jun 01 20:01:45 2008 +0000 @@ -419,7 +419,7 @@ buf: array[byte] of char; {$ENDIF} begin -if Length(s) = 0 then cFullScreen:= not cFullScreen +if Length(s) = 0 then exit //cFullScreen:= not cFullScreen else cFullScreen:= s = '1'; {$IFDEF DEBUGFILE}