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
commitf2db7e72454b7e36aad3e094804966e4a20e839d (patch)
treef0efaf93c42b83b79f0fe76a8914e14f03177f68 /gui.h
parent955f06b9acf624b6d964ba3b54e8f1af5b3a4b73 (diff)
downloadopenttd-f2db7e72454b7e36aad3e094804966e4a20e839d.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);