src/core/random_func.cpp
branchnoai
changeset 9723 eee46cb39750
parent 9722 ebf0ece7d8f6
child 6877 889301acc299
--- a/src/core/random_func.cpp	Fri Nov 23 16:59:30 2007 +0000
+++ b/src/core/random_func.cpp	Wed Jan 09 18:11:12 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))