diff -r 8e5f8bf9a242 -r dfdd5dfe97d4 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Sat Jul 05 14:27:55 2008 +0000 +++ b/hedgewars/CCHandlers.inc Sat Jul 05 15:13:33 2008 +0000 @@ -448,7 +448,7 @@ buf: array[byte] of char; {$ENDIF} begin -if Length(s) = 0 then exit //cFullScreen:= not cFullScreen +if Length(s) = 0 then cFullScreen:= not cFullScreen else cFullScreen:= s = '1'; {$IFDEF DEBUGFILE}