(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.

This commit is contained in:
rubidium
2008-09-30 20:51:04 +00:00
parent 3b798599b6
commit b650a86e58
111 changed files with 234 additions and 234 deletions

View File

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