fix per tron

This commit is contained in:
Vincent Gee 2014-11-30 22:42:04 -05:00
parent 98630fbcb8
commit c88002ce8f

View file

@ -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";