Browse Source

fix per tron

Vincent Gee 10 years ago
parent
commit
c88002ce8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/sfx/fmod/sfxFMODProvider.cpp

+ 1 - 1
Engine/source/sfx/fmod/sfxFMODProvider.cpp

@@ -173,7 +173,7 @@ void SFXFMODProvider::init()
    dllName = "fmodex64.dll";
    pDllName = "fmodexp64.dll";
    eventDllName = "fmod_event64.dll";
-#elif defined(TORQUE_OS_WIN32)
+#elif defined(TORQUE_OS_WIN)
    dllName = "fmodex.dll";
    pDllName = "fmodexp.dll";
    eventDllName = "fmod_event.dll";