hedgewars/CCHandlers.inc
changeset 970 1bd9a4eafbc3
parent 950 feb18ec0c5c2
child 990 dfa6a6fe1542
equal deleted inserted replaced
969:7e8a87136fae 970:1bd9a4eafbc3
   417 var flags: Longword;
   417 var flags: Longword;
   418 {$IFDEF DEBUGFILE}
   418 {$IFDEF DEBUGFILE}
   419     buf: array[byte] of char;
   419     buf: array[byte] of char;
   420 {$ENDIF}
   420 {$ENDIF}
   421 begin
   421 begin
   422 if Length(s) = 0 then cFullScreen:= not cFullScreen
   422 if Length(s) = 0 then exit //cFullScreen:= not cFullScreen
   423                  else cFullScreen:= s = '1';
   423                  else cFullScreen:= s = '1';
   424 
   424 
   425 {$IFDEF DEBUGFILE}
   425 {$IFDEF DEBUGFILE}
   426 AddFileLog('Prepare to change video parameters...');
   426 AddFileLog('Prepare to change video parameters...');
   427 {$ENDIF}
   427 {$ENDIF}