dedicated(win32): fix build issues #322

This commit is contained in:
nillerusr
2023-12-13 20:18:09 +03:00
parent 7c863a351b
commit ade05ab153
9 changed files with 55 additions and 47 deletions

View File

@@ -3500,10 +3500,12 @@ void _Host_RunFrame (float time)
//-------------------
_Host_RunFrame_Sound();
#ifndef DEDICATED
if ( g_bVCRSingleStep )
{
VCR_EnterPausedState();
}
#endif
}
else
{