summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-16 12:59:47 +0000
committerrubidium <rubidium@openttd.org>2009-01-16 12:59:47 +0000
commitb1a33a494f7a9510f600cb18e771b35905597be6 (patch)
treeeef2f6bd0f7e1c471cd04882c93477dbfe6df764 /src/network/network_internal.h
parentcdd3676478bc50ec10960146034e93d522c86142 (diff)
downloadopenttd-b1a33a494f7a9510f600cb18e771b35905597be6.tar.xz
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings.
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index 59b12a9db..be78ae772 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -111,8 +111,8 @@ extern bool _network_first_time;
// Vars needed for the join-GUI
extern NetworkJoinStatus _network_join_status;
extern uint8 _network_join_waiting;
-extern uint16 _network_join_kbytes;
-extern uint16 _network_join_kbytes_total;
+extern uint32 _network_join_bytes;
+extern uint32 _network_join_bytes_total;
extern uint32 _network_last_host_ip;
extern uint8 _network_reconnect;