hedgewars/hwengine.pas
changeset 2723 eaa6ac1e95ea
parent 2722 d891285e500f
child 2735 f2008d0ce3f8
--- a/hedgewars/hwengine.pas	Thu Jan 28 20:36:24 2010 +0000
+++ b/hedgewars/hwengine.pas	Fri Jan 29 00:55:14 2010 +0000
@@ -230,8 +230,8 @@
 	initEverything();
 	Randomize();
 
-	val('320', cScreenWidth);
-	val('480', cScreenHeight);
+	val('480', cScreenWidth);
+	val('320', cScreenHeight);
 	cInitWidth:= cScreenWidth;
 	cInitHeight:= cScreenHeight;
 	cBitsStr:= '32';