summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-10-18 14:16:29 +0000
committersmatz <smatz@openttd.org>2008-10-18 14:16:29 +0000
commitad0a578b69750deb77e8b2edf2a01e54c8d9e665 (patch)
tree34ddbf49e23d99a8cdbacc4dbd159bac1326049c /src/core
parent06eb01a7bb8ab7ed8bb8a2f26228d62a1d2dd394 (diff)
downloadopenttd-ad0a578b69750deb77e8b2edf2a01e54c8d9e665.tar.xz
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
Diffstat (limited to 'src/core')
-rw-r--r--src/core/random_func.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/random_func.cpp b/src/core/random_func.cpp
index bbbd38b9a..5147509e6 100644
--- a/src/core/random_func.cpp
+++ b/src/core/random_func.cpp
@@ -35,7 +35,7 @@ void SetRandomSeed(uint32 seed)
}
#ifdef RANDOM_DEBUG
-#include "../network/network_data.h"
+#include "../network/network_internal.h"
#include "../variables.h" /* _frame_counter */
#include "../company_func.h"