summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-11-21 22:10:52 +0000
committerDarkvater <darkvater@openttd.org>2006-11-21 22:10:52 +0000
commitcd23dd423efa11a839bf1c6856006d176df28921 (patch)
tree879708a97bb495d90f8c60e9c03af2f2f9d06966 /window.c
parentdf54f52e20f91953d33ddc1c38929c67acaa86dc (diff)
downloadopenttd-cd23dd423efa11a839bf1c6856006d176df28921.tar.xz
(svn r7233) -Codechange: get rid of three console.c globals
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index 30e11dcd7..bfe2bba1b 100644
--- a/window.c
+++ b/window.c
@@ -1917,7 +1917,7 @@ void RelocateAllWindows(int neww, int newh)
break;
case WC_CONSOLE:
- IConsoleResize();
+ IConsoleResize(w);
continue;
default: