diff -r c7bf3b7c49dd -r f88f67a17a9d hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sun Jan 29 18:52:01 2012 +0100 +++ b/hedgewars/uStore.pas Mon Jan 30 07:51:30 2012 +0100 @@ -711,7 +711,7 @@ {$ENDIF} // set view port to whole window - glViewport(0, 0, cScreenWidth, cScreenHeight) + glViewport(0, 0, cScreenWidth, cScreenHeight); glMatrixMode(GL_MODELVIEW); // prepare default translation/scaling