(svn r2258) - Fix (regression): game crashes on resizing window. Windows is a bit too aggressive with its _assume(0), and it did not even belong there

pull/155/head
Darkvater 20 years ago
parent 64d7dbe4ca
commit 22c76e14fd

@ -272,8 +272,6 @@ void IConsoleResize(void)
_iconsole_win->height = _screen.height - ICON_BOTTOM_BORDERWIDTH;
_iconsole_win->width = _screen.width;
break;
default:
NOT_REACHED();
}
MarkWholeScreenDirty();

Loading…
Cancel
Save