diff options
author | rubidium <rubidium@openttd.org> | 2008-09-30 20:51:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-09-30 20:51:04 +0000 |
commit | b650a86e5859240e65d8654b5b08b211b2f33d7e (patch) | |
tree | 5cdc895449fdbe349dfb1703357a89cdea6cc5e0 /src/core | |
parent | 3b798599b63067c2e92aa49906ea66a07ae8de44 (diff) | |
download | openttd-b650a86e5859240e65d8654b5b08b211b2f33d7e.tar.xz |
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/random_func.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/random_func.cpp b/src/core/random_func.cpp index d47be6a4f..bbbd38b9a 100644 --- a/src/core/random_func.cpp +++ b/src/core/random_func.cpp @@ -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) { |