(svn r2259) - Fix (regression): remove a warning and make the help for variables behave the same as for commands

This commit is contained in:
Darkvater
2005-05-03 11:48:55 +00:00
parent 22c76e14fd
commit 6e342942a9
2 changed files with 2 additions and 1 deletions

View File

@@ -272,6 +272,7 @@ void IConsoleResize(void)
_iconsole_win->height = _screen.height - ICON_BOTTOM_BORDERWIDTH;
_iconsole_win->width = _screen.width;
break;
default: break;
}
MarkWholeScreenDirty();