src/core/random_func.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6871 5a9dc001e1ad
child 6877 889301acc299
--- a/src/core/random_func.cpp	Mon Dec 03 23:39:38 2007 +0000
+++ b/src/core/random_func.cpp	Tue Jan 22 21:00:30 2008 +0000
@@ -3,9 +3,10 @@
 /** @file random_func.cpp */
 
 #include "../stdafx.h"
-#include "../macros.h"
-#include "../variables.h"
 #include "random_func.hpp"
+#include "bitmath_func.hpp"
+
+uint32 _random_seeds[2][2];
 
 uint32 InteractiveRandom()
 {
@@ -125,7 +126,7 @@
 }
 
 #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))