diff -r f906f6645e02 -r a6eab1b7c00d hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Fri Sep 09 03:57:45 2011 +0200 +++ b/hedgewars/hwengine.pas Fri Sep 09 15:36:30 2011 +0200 @@ -204,6 +204,7 @@ ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true); WriteLnToConsole('window resize: ' + IntToStr(cScreenWidth) + ' x ' + IntToStr(cScreenHeight)); + ScriptOnScreenResize(); InitCameraBorders() end;