File tree Expand file tree Collapse file tree
Core/GameEngine/Source/GameClient Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ UnsignedInt ClientInstance::s_instanceIndex = 0;
2828#if defined(RTS_MULTI_INSTANCE)
2929Bool ClientInstance::s_isMultiInstance = true ;
3030#else
31- Bool ClientInstance::s_isMultiInstance = false ;
31+ Bool ClientInstance::s_isMultiInstance = true ;
3232#endif
3333
3434bool ClientInstance::initialize ()
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set_property(CACHE RTS_DEBUG_PROFILE PROPERTY STRINGS DEFAULT ON OFF)
1212
1313option (RTS_DEBUG_CHEATS "Enables debug cheats in release builds" OFF )
1414option (RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Includes normal debug log in crc log" OFF )
15- option (RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" OFF )
15+ option (RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" ON )
1616
1717
1818# Helper macro that handles DEFAULT ON OFF options
You can’t perform that action at this time.
0 commit comments