mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Forgot changing HS_SHUTDOWN
This commit is contained in:
parent
841ae89261
commit
75b90d9294
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user