mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
tier0: fix windows build
This commit is contained in:
parent
c48da00b92
commit
0fda062e8e
@ -43,7 +43,9 @@ void InitPME( void )
|
||||
DevMsg( 1, _T("PME Uninitialized.\n") );
|
||||
}
|
||||
|
||||
#ifdef VPROF_ENABLED
|
||||
g_VProfCurrentProfile.PMEInitialized( bInit );
|
||||
#endif
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
@ -57,7 +59,9 @@ void ShutdownPME( void )
|
||||
pPME->SetProcessPriority( ProcessPriorityNormal );
|
||||
}
|
||||
|
||||
#ifdef VPROF_ENABLED
|
||||
g_VProfCurrentProfile.PMEInitialized( false );
|
||||
#endif
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user