summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-05-03 11:48:55 +0000
committerDarkvater <Darkvater@openttd.org>2005-05-03 11:48:55 +0000
commit6e342942a94a42a00a29e948d074bfc68c210291 (patch)
treee45909a50411d27ee115ef34a94b22b8fdbe0835 /console.c
parent22c76e14fd0d334f9d5c706c65a816c33b174cd3 (diff)
downloadopenttd-6e342942a94a42a00a29e948d074bfc68c210291.tar.xz
(svn r2259) - Fix (regression): remove a warning and make the help for variables behave the same as for commands
Diffstat (limited to 'console.c')
-rw-r--r--console.c1
1 files changed, 1 insertions, 0 deletions
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();