diff --git a/sys/linux/sound_oal.cpp b/sys/linux/sound_oal.cpp index d45a648..0ff2cfd 100644 --- a/sys/linux/sound_oal.cpp +++ b/sys/linux/sound_oal.cpp @@ -42,7 +42,7 @@ public: int GetMixBufferSize( void ) { return 0; } int GetNumberOfSpeakers( void ) { - idSoundSystemLocal::s_numberOfSpeakers.GetInteger(); + return idSoundSystemLocal::s_numberOfSpeakers.GetInteger(); } // doesn't support write API