Fixed compile when --disable-sound is passed to configure

This commit is contained in:
Philip James 2017-05-17 22:31:21 -07:00 committed by sa666666
parent 6ff2095a9f
commit 048da2f6dd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class SoundNull : public Sound
*/
SoundNull(OSystem& osystem) : Sound(osystem)
{
myOSystem->logMessage("Sound disabled.\n", 1);
myOSystem.logMessage("Sound disabled.\n", 1);
}
/**