mirror of https://github.com/stella-emu/stella.git
Fixed compile when --disable-sound is passed to configure
This commit is contained in:
parent
6ff2095a9f
commit
048da2f6dd
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue