1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

(svn r23822) -Fix-ish: when replaying make sure companies get created even if their creating client doesn't exist during the replay

This commit is contained in:
rubidium
2012-01-17 21:13:02 +00:00
parent ede8c86f77
commit a66debfadd
2 changed files with 32 additions and 6 deletions

View File

@@ -43,6 +43,10 @@
* Used to load the desync debug logs, i.e. for reproducing a desync.
* There's basically no need to ever enable this, unless you really know what
* you are doing, i.e. debugging a desync.
*
* NOTE: Define DEBUG_DUMP_COMMANDS in network.h or globally, else it does not
* have enough effects. For example CmdCompanyCtrl needs it to be able
* to create companies when there are not clients on this server.
*/
#ifdef DEBUG_DUMP_COMMANDS
extern bool _ddc_fastforward;