Changeset - r8079:6aca1c44007e
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2007-12-15 22:05:02
rubidium@openttd.org
(svn r11640) -Fix: missed change of include when moving stuff to random_func.cpp
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/core/random_func.cpp
Show inline comments
 
@@ -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))
0 comments (0 inline, 0 general)