summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-24 15:01:17 +0000
committertron <tron@openttd.org>2005-12-24 15:01:17 +0000
commit849fff602da7a77fd21dbcd478d86ee8ed1cf5e1 (patch)
treef0efaf93c42b83b79f0fe76a8914e14f03177f68 /gui.h
parent2349392eb789f5cae5b1f0017df3d9ef81928bdb (diff)
downloadopenttd-849fff602da7a77fd21dbcd478d86ee8ed1cf5e1.tar.xz
(svn r3336) byte -> WindowClass, uint16 -> WindowNumber
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 3a5938a0b..7a4d4f4d8 100644
--- a/gui.h
+++ b/gui.h
@@ -126,7 +126,7 @@ extern const byte _fios_colors[];
/* network gui */
void ShowNetworkGameWindow(void);
-void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
+void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, WindowClass window_class, WindowNumber window_number);
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);