From 1537ebed6fa880ca8f9df92e5ac99324375b91a5 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 22 Sep 2017 16:55:42 +0100 Subject: cWorld: Move Initialization from Start to the constructor. Start now does nothing more than launch the world's threads. --- src/Root.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Root.h') diff --git a/src/Root.h b/src/Root.h index 4f191cf35..0735d9493 100644 --- a/src/Root.h +++ b/src/Root.h @@ -228,7 +228,7 @@ private: void LoadGlobalSettings(); /** Loads the worlds from settings.ini, creates the worldmap */ - void LoadWorlds(cSettingsRepositoryInterface & a_Settings, bool a_IsNewIniFile); + void LoadWorlds(cDeadlockDetect & a_dd, cSettingsRepositoryInterface & a_Settings, bool a_IsNewIniFile); /** Starts each world's life */ void StartWorlds(cDeadlockDetect & a_DeadlockDetect); -- cgit v1.2.3