mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 07:29:44 +00:00
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
This commit is contained in:
parent
f2eba8b0bf
commit
7a031b60cd
@ -35,7 +35,7 @@ void SetRandomSeed(uint32 seed)
|
||||
}
|
||||
|
||||
#ifdef RANDOM_DEBUG
|
||||
#include "../network/network_data.h"
|
||||
#include "../network/network_internal.h"
|
||||
#include "../variables.h" /* _frame_counter */
|
||||
#include "../company_func.h"
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "../rev.h"
|
||||
#ifdef DEBUG_DUMP_COMMANDS
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../fileio_func.h"
|
||||
#endif /* DEBUG_DUMP_COMMANDS */
|
||||
#include "table/strings.h"
|
||||
#include "../company_base.h"
|
||||
|
Loading…
Reference in New Issue
Block a user