changeset 5825 | a6eab1b7c00d |
parent 5816 | ceb522b0f7d5 |
child 5912 | d31eba29e706 |
--- 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;