diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-25 04:53:17 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-25 04:53:17 +0100 |
commit | 9c9afa37b9a410ea14b960c203a91bd8d8c767ca (patch) | |
tree | 1169321b84da266da382c15a2a14ea9ce38940c9 /NorthstarDedicatedTest/dedicated.cpp | |
parent | cd727a453a7d42a61bd161ea0c9947aee644e4f1 (diff) | |
download | NorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.tar.gz NorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.zip |
deprecate clc_SetPlaylistVarOverride
Diffstat (limited to 'NorthstarDedicatedTest/dedicated.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dedicated.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/dedicated.cpp b/NorthstarDedicatedTest/dedicated.cpp index 67cb66d2..8d7a6f8c 100644 --- a/NorthstarDedicatedTest/dedicated.cpp +++ b/NorthstarDedicatedTest/dedicated.cpp @@ -276,8 +276,7 @@ void RunServer(CDedicatedExports* dedicated) // set up engine and host states to allow us to enter CHostState::FrameUpdate, with the state HS_NEW_GAME cEnginePtr->m_nNextDllState = EngineState_t::DLL_ACTIVE; - cHostStatePtr->m_currentState = HostState_t::HS_NEW_GAME; - cHostStatePtr->m_nextState = HostState_t::HS_RUN; + cHostStatePtr->m_nextState = HostState_t::HS_NEW_GAME; strcpy(cHostStatePtr->m_levelName, "mp_lobby"); // set map to load into while (true) |