From ad6b37a423945c4eac7292e57b9289d3200b6633 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 3 May 2005 11:48:55 +0000 Subject: (svn r2259) - Fix (regression): remove a warning and make the help for variables behave the same as for commands --- console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'console.c') diff --git a/console.c b/console.c index c07fdc447..cc56815c2 100644 --- a/console.c +++ b/console.c @@ -272,6 +272,7 @@ void IConsoleResize(void) _iconsole_win->height = _screen.height - ICON_BOTTOM_BORDERWIDTH; _iconsole_win->width = _screen.width; break; + default: break; } MarkWholeScreenDirty(); -- cgit v1.2.3-54-g00ecf