(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 e027592e6b67
parent 1753 091f7a870a2a
child 1755 9f0136447beb
(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();