summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-03 11:14:06 +0000
committerDarkvater <darkvater@openttd.org>2005-05-03 11:14:06 +0000
commita1e27b16061ddf1c00ea38473d3783675b95314b (patch)
tree40f6370cec088955cf5f769886e429e88c33a8c5 /console.c
parentb22ebeda61bebbc73a68a9284d0e411c444e0279 (diff)
downloadopenttd-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
Diffstat (limited to 'console.c')
-rw-r--r--console.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/console.c b/console.c
index 9be86614e..c07fdc447 100644
--- a/console.c
+++ b/console.c
@@ -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();