Skip to content

Commit

Permalink
FMOD|Windows: Fixed build
Browse files Browse the repository at this point in the history
Needed to upgrade to FMOD 4.40.3.
  • Loading branch information
skyjake committed Oct 8, 2012
1 parent 9a46cd3 commit 0b553b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/fmod/src/driver_fmod.cpp
Expand Up @@ -54,7 +54,7 @@ int DS_Init(void)
#ifdef WIN32
// Figure out the system's configured speaker mode.
FMOD_SPEAKERMODE speakerMode;
result = fmodSystem->getDriverCaps(0, 0, 0, 0, &speakerMode);
result = fmodSystem->getDriverCaps(0, 0, 0, &speakerMode);
if(result == FMOD_OK)
{
fmodSystem->setSpeakerMode(speakerMode);
Expand Down

0 comments on commit 0b553b9

Please sign in to comment.