hedgewars/hwengine.pas
changeset 5815 d9b50fef5164
parent 5814 9ac119696510
child 5816 ceb522b0f7d5
--- a/hedgewars/hwengine.pas	Fri Sep 09 00:22:48 2011 +0200
+++ b/hedgewars/hwengine.pas	Fri Sep 09 01:25:21 2011 +0200
@@ -200,7 +200,7 @@
             cScreenHeight:= cNewScreenHeight;
 
             ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true);
-            WriteLnToConsole('window resize');
+            WriteLnToConsole('window resize: ' + IntToStr(cScreenWidth) + ' x ' + IntToStr(cScreenHeight));
             InitCameraBorders()
             end;