(svn r11640) -Fix: missed change of include when moving stuff to random_func.cpp

pull/155/head
rubidium 17 years ago
parent f13a60b90c
commit ad218166ec

@ -125,7 +125,7 @@ void SetRandomSeed(uint32 seed)
} }
#ifdef RANDOM_DEBUG #ifdef RANDOM_DEBUG
#include "network/network_data.h" #include "../network/network_data.h"
uint32 DoRandom(int line, const char *file) uint32 DoRandom(int line, const char *file)
{ {
if (_networking && (DEREF_CLIENT(0)->status != STATUS_INACTIVE || !_network_server)) if (_networking && (DEREF_CLIENT(0)->status != STATUS_INACTIVE || !_network_server))

Loading…
Cancel
Save