(svn r14910) -Codechange: merge the command queue handling into a single location

This commit is contained in:
rubidium
2009-01-08 13:57:50 +00:00
parent 8591ff41cc
commit 4df86694a7
10 changed files with 128 additions and 157 deletions

View File

@@ -36,7 +36,6 @@ void SetRandomSeed(uint32 seed)
#ifdef RANDOM_DEBUG
#include "../network/network_internal.h"
#include "../variables.h" /* _frame_counter */
#include "../company_func.h"
uint32 DoRandom(int line, const char *file)