--- a/hedgewars/hwengine.dpr Sun Jul 27 21:51:35 2008 +0000
+++ b/hedgewars/hwengine.dpr Sun Jul 27 21:58:46 2008 +0000
@@ -156,7 +156,7 @@
SDL_KEYDOWN: if GameState = gsChat then KeyPressChat(event.key.keysym.unicode);
SDL_ACTIVEEVENT: if (event.active.state and SDL_APPINPUTFOCUS) <> 0 then
cHasFocus:= event.active.gain = 1;
- SDL_VIDEORESIZE: Resize(max(event.resize.w, 600), max(event.resize.h, 450));
+ //SDL_VIDEORESIZE: Resize(max(event.resize.w, 600), max(event.resize.h, 450));
SDL_QUITEV: isTerminated:= true
end;
CurrTime:= SDL_GetTicks;