diff -r e6fddcb04dc2 -r cc29628976cc hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sat Oct 09 18:01:47 2010 +0200 +++ b/hedgewars/uStore.pas Sun Oct 10 02:06:42 2010 +0200 @@ -1211,7 +1211,7 @@ {$ENDIF} // set view port to whole window - if rotationQt = 0 then + if (rotationQt = 0) or (rotationQt = 180) then glViewport(0, 0, cScreenWidth, cScreenHeight) else glViewport(0, 0, cScreenHeight, cScreenWidth);