diff -r 41ebdb5f1e6e -r dbf195c3e09c hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Wed Oct 07 17:01:40 2009 +0000 +++ b/hedgewars/hwengine.pas Thu Oct 08 00:58:17 2009 +0000 @@ -264,9 +264,9 @@ isMusicEnabled:= false; isSoundEnabled:= false; cLocaleFName:= 'en.txt'; - cFullScreen:= false; + cFullScreen:= true; //T or F is is the same here cAltDamage:= false; - cShowFPS:= false; + cShowFPS:= true; val('8', cTimerInterval); cReducedQuality:= false;