summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-29 10:54:59 +0000
committerbjarni <bjarni@openttd.org>2006-09-29 10:54:59 +0000
commita7e16f7203e66e95dce311cdd478220d9af84dab (patch)
tree0f4c4fb575db68aa239f02e8d9817677c3e9f496 /misc_gui.c
parent280f4953f16e2ea2a4f7e0eaadc2967f44ff1c91 (diff)
downloadopenttd-a7e16f7203e66e95dce311cdd478220d9af84dab.tar.xz
(svn r6569) -Fix r6562: fixed incorrect drawing of road vehicle depot
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 315bab533..10f53f701 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -1876,7 +1876,7 @@ void ShowCheatWindow(void)
* @param horizontal Tells how far to the right the widgets should be moved (note: negative moves left)
* @param vertical Tells how far down the widgets should be moved (note: negative moves up)
*/
-void ResizeWindowWidgets(Window *w, const byte *resizearray, byte length, byte horizontal, byte vertical)
+void ResizeWindowWidgets(Window *w, const byte *resizearray, int16 length, byte horizontal, int16 vertical)
{
byte i;