changeset 6219 | c193881389c1 |
parent 6131 | 4e8816cf9459 |
child 6224 | 42b256eca362 |
child 6267 | be5d40bb1e86 |
--- 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