summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-09-08 19:20:46 +0000
committertruelight <truelight@openttd.org>2004-09-08 19:20:46 +0000
commit157e90b49ff90a58bf9b375e71a61c32ee1c7e28 (patch)
tree245176aab9c10b878416dd787c39267e88e94e9e /variables.h
parent0a04fe95c9d0bcddb8daf7e9ca28415e046ac01d (diff)
downloadopenttd-157e90b49ff90a58bf9b375e71a61c32ee1c7e28.tar.xz
(svn r186) -Add: debug 'net' for network debug (sign_de)
-Fix: desync problem (server was not waiting for clients) (sign_de)
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index d4f3c91b3..f34571460 100644
--- a/variables.h
+++ b/variables.h
@@ -442,6 +442,7 @@ VARDEF int _debug_spritecache_level;
VARDEF int _debug_misc_level;
VARDEF int _debug_grf_level;
VARDEF int _debug_ai_level;
+VARDEF int _debug_net_level;
void CDECL debug(const char *s, ...);
#ifdef NO_DEBUG_MESSAGES