diff options
author | Darkvater <darkvater@openttd.org> | 2005-05-03 11:14:06 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-05-03 11:14:06 +0000 |
commit | a1e27b16061ddf1c00ea38473d3783675b95314b (patch) | |
tree | 40f6370cec088955cf5f769886e429e88c33a8c5 | |
parent | b22ebeda61bebbc73a68a9284d0e411c444e0279 (diff) | |
download | openttd-a1e27b16061ddf1c00ea38473d3783675b95314b.tar.xz |
(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
-rw-r--r-- | console.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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(); |