summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-15 22:05:02 +0000
committerrubidium <rubidium@openttd.org>2007-12-15 22:05:02 +0000
commit214d25905adc4464fb2db5d3b9a6dc87e1726334 (patch)
tree3dcc6723173d7aeb4a0b1f5b6bf192fb889ab64d
parent701e9d27fc964a5c6f35efb44e0605fd59ee9659 (diff)
downloadopenttd-214d25905adc4464fb2db5d3b9a6dc87e1726334.tar.xz
(svn r11640) -Fix: missed change of include when moving stuff to random_func.cpp
-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 ff00fd604..7e2f7fbf9 100644
--- a/src/core/random_func.cpp
+++ b/src/core/random_func.cpp
@@ -125,7 +125,7 @@ void SetRandomSeed(uint32 seed)
}
#ifdef RANDOM_DEBUG
-#include "network/network_data.h"
+#include "../network/network_data.h"
uint32 DoRandom(int line, const char *file)
{
if (_networking && (DEREF_CLIENT(0)->status != STATUS_INACTIVE || !_network_server))