Info regarding CServerGameDLL::GameShutdown

This commit is contained in:
Marvin D 2022-12-03 02:58:05 +01:00
parent c0c06a14b8
commit 9fb7667075

View File

@ -43,6 +43,7 @@ void CServerGameDLL::LevelShutdown(void)
//-----------------------------------------------------------------------------
void CServerGameDLL::GameShutdown(void)
{
// Game just calls a nullsub for GameShutdown lol.
const static int index = 9;
CallVFunc<void>(index, this);
}