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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user