Forgot changing HS_SHUTDOWN

This commit is contained in:
Marvin D 2022-12-22 00:53:09 +01:00
parent 841ae89261
commit 75b90d9294

View File

@ -153,7 +153,7 @@ FORCEINLINE void CHostState::FrameUpdate(CHostState* pHostState, double flCurren
}
case HostStates_t::HS_SHUTDOWN:
{
DevMsg(eDLL_T::ENGINE, "%s - Shutdown state machine\n", "CHostState::FrameUpdate");
DevMsg(eDLL_T::ENGINE, __FUNCTION__": Shutdown state machine\n");
#ifndef DEDICATED
CL_EndMovie();
#endif // !DEDICATED