diff -r 999215ca87d7 -r c193881389c1 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Thu Oct 27 22:52:22 2011 +0200 +++ b/hedgewars/hwengine.pas Fri Oct 28 03:06:31 2011 +0200 @@ -187,9 +187,12 @@ end else if event.window.event = SDL_WINDOWEVENT_RESIZED then begin + // way too broken right now + (* cNewScreenWidth:= max(2 * (event.window.data1 div 2), cMinScreenWidth); cNewScreenHeight:= max(2 * (event.window.data2 div 2), cMinScreenHeight); cScreenResizeDelay:= RealTicks+500; + *) end; {$ELSE} SDL_KEYDOWN: if GameState = gsChat then