mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
tier0: fix windows build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
||||
Reference in New Issue
Block a user