diff -r 5fc750c7f2b4 -r 06d5f561f772 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Thu Aug 25 14:56:51 2011 +0200 +++ b/hedgewars/hwengine.pas Thu Aug 25 18:08:44 2011 +0200 @@ -183,6 +183,7 @@ else cScreenHeight:= cMinScreenHeight; ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true); WriteLnToConsole('window resize'); + InitCameraBorders(); end; {$ENDIF} SDL_JOYAXISMOTION: ControllerAxisEvent(event.jaxis.which, event.jaxis.axis, event.jaxis.value);