summaryrefslogtreecommitdiff
path: root/network_data.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-09 11:49:34 +0000
committertron <tron@openttd.org>2005-03-09 11:49:34 +0000
commit34f14e657dda7e3c6e54894a4f889c9165357da7 (patch)
tree8109ab3a32c1c3ee92fe107600ce7b9a9eb55b5e /network_data.h
parenta571f31c95d510d371aef19a7cb13e8cf6934b36 (diff)
downloadopenttd-34f14e657dda7e3c6e54894a4f889c9165357da7.tar.xz
(svn r1970) Fix some warnings which Cygwin showed
Diffstat (limited to 'network_data.h')
-rw-r--r--network_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_data.h b/network_data.h
index 18a0a2a1b..cc927150c 100644
--- a/network_data.h
+++ b/network_data.h
@@ -110,7 +110,7 @@ typedef enum {
// To keep the clients all together
typedef struct NetworkClientState {
- int socket;
+ SOCKET socket;
uint16 index;
uint32 last_frame;
uint32 last_frame_server;