mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
TOLTECS: Replace a magic value with its appropriate enum
This commit is contained in:
parent
e45950b966
commit
981bc20337
@ -103,7 +103,7 @@ void Sound::internalPlaySound(int16 resIndex, int16 type, int16 volume, int16 pa
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (type == -3) {
|
||||
if (type == kChannelTypeSpeech) {
|
||||
// Stop speech and play new sound
|
||||
stopSpeech();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user