(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
authorDarkvater
Tue, 03 May 2005 11:14:06 +0000
changeset 1754 9018c946e499
parent 1753 270374d3297f
child 1755 ff0ff67f708d
(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
console.c
--- a/console.c	Tue May 03 00:11:30 2005 +0000
+++ b/console.c	Tue May 03 11:14:06 2005 +0000
@@ -272,8 +272,6 @@
 			_iconsole_win->height = _screen.height - ICON_BOTTOM_BORDERWIDTH;
 			_iconsole_win->width = _screen.width;
 			break;
-		default:
-			NOT_REACHED();
 	}
 
 	MarkWholeScreenDirty();