|
|
|
@ -79,7 +79,7 @@ void S_Startup(void) |
|
|
|
// Create FMOD System if it doesn't exist already |
|
|
|
if (!fmod_system) |
|
|
|
{ |
|
|
|
result = FMOD_System_Create(&fmod_system); |
|
|
|
result = FMOD_System_Create(&fmod_system, FMOD_VERSION); |
|
|
|
if (result != FMOD_OK) |
|
|
|
{ |
|
|
|
Con_Printf("Failed to create FMOD System: %s\n", FMOD_ErrorString(result)); |
|
|
|
|