summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-02-23 19:32:32 +0000
committerfrosch <frosch@openttd.org>2014-02-23 19:32:32 +0000
commitc6ce57e8a7529b970ef45eb7baa00560d6f4b16b (patch)
treea01633e9107c4f478c888691d2a0a17d87f7b352 /src/network/network_func.h
parente9f7103ad7326365c80ff558f24e4ecf91c8906c (diff)
downloadopenttd-c6ce57e8a7529b970ef45eb7baa00560d6f4b16b.tar.xz
(svn r26370) -Doc: Desync debugging and command replaying.
Diffstat (limited to 'src/network/network_func.h')
-rw-r--r--src/network/network_func.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h
index 7ce8414f9..defa1cc70 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -12,6 +12,12 @@
#ifndef NETWORK_FUNC_H
#define NETWORK_FUNC_H
+/**
+ * Uncomment the following define to enable command replaying.
+ * See docs/desync.txt for details.
+ */
+// #define DEBUG_DUMP_COMMANDS
+
#include "core/address.h"
#include "network_type.h"
#include "../console_type.h"