mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
@@ -689,17 +689,6 @@ BOOLEAN InitializeStandardGamingPlatform(HINSTANCE hInstance, int sCommandShow)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#ifdef JA2
|
||||
FastDebugMsg("Initializing Mutex Manager");
|
||||
// Initialize the Dirty Rectangle Manager
|
||||
if (InitializeMutexManager() == FALSE)
|
||||
{
|
||||
// We were unable to initialize the game
|
||||
FastDebugMsg("FAILED : Initializing Mutex Manager");
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
FastDebugMsg("Initializing File Manager");
|
||||
// Initialize the File Manager
|
||||
if (InitializeFileManager(NULL) == FALSE)
|
||||
@@ -972,9 +961,6 @@ void ShutdownStandardGamingPlatform(void)
|
||||
ShutdownInputManager();
|
||||
ShutdownContainers();
|
||||
ShutdownFileManager();
|
||||
#ifdef JA2
|
||||
ShutdownMutexManager();
|
||||
#endif
|
||||
|
||||
#ifdef EXTREME_MEMORY_DEBUGGING
|
||||
DumpMemoryInfoIntoFile( "ExtremeMemoryDump.txt", FALSE );
|
||||
|
||||
Reference in New Issue
Block a user