Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 20, 2011
1 parent ea918df commit 9bc0170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/s_main.c
Expand Up @@ -209,7 +209,7 @@ boolean S_Init(void)
{
#ifndef DENG_DISABLE_SDLMIXER
// Fallback option for the default driver.
ok = S_InitDriver(AUDIOD_SDLMIXER);
ok = S_InitDriver(AUDIOD_SDL_MIXER);
#endif
}
}
Expand Down

0 comments on commit 9bc0170

Please sign in to comment.