diff -r d891285e500f -r eaa6ac1e95ea hedgewars/hwengine.pas --- 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';