summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-09 16:20:33 +0000
committerdarkvater <darkvater@openttd.org>2004-09-09 16:20:33 +0000
commit216abe4e93bae5c02fb613fe148a8ac6252cf82f (patch)
tree875aafd644b28b0ba158dd2c47181311d78db95a /variables.h
parent5ecaebcc6c72ecfd476e587b4d9723dc7fa06be0 (diff)
downloadopenttd-216abe4e93bae5c02fb613fe148a8ac6252cf82f.tar.xz
(svn r189) -Fix: [1024750] Fix: network.c - timeout error. When one client timed out, all clients were disconnected (sign_de)
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index f34571460..f3ef039d7 100644
--- a/variables.h
+++ b/variables.h
@@ -227,8 +227,8 @@ VARDEF uint16 _network_game_count;
VARDEF uint _network_client_port;
VARDEF uint _network_server_port;
-VARDEF uint _network_sync_freq;
-VARDEF uint _network_ahead_frames;
+VARDEF uint16 _network_sync_freq;
+VARDEF uint16 _network_ahead_frames;
VARDEF uint32 _sync_seed_1, _sync_seed_2;