hedgewars/hwengine.pas
changeset 2409 dbf195c3e09c
parent 2392 a55dbef5cf31
child 2413 d921d13a8546
--- 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;