summaryrefslogtreecommitdiff
path: root/network_gui.c
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 /network_gui.c
parent955f06b9acf624b6d964ba3b54e8f1af5b3a4b73 (diff)
downloadopenttd-f2db7e72454b7e36aad3e094804966e4a20e839d.tar.xz
(svn r3336) byte -> WindowClass, uint16 -> WindowNumber
Diffstat (limited to 'network_gui.c')
-rw-r--r--network_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_gui.c b/network_gui.c
index 5c755dbd2..e63811fcd 100644
--- a/network_gui.c
+++ b/network_gui.c
@@ -1397,7 +1397,7 @@ static const WindowDesc _chat_window_desc = {
ChatWindowWndProc
};
-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)
{
Window *w;