mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 08:39:45 +00:00
LASTEXPRESS: Fix compilation with some compilers
This commit is contained in:
parent
941d22c047
commit
457c4ee8ac
@ -155,7 +155,7 @@ enum SoundFlag {
|
||||
kSoundFlagKeepAfterFinish = 0x8000000, // don't free the entry when it has stopped playing; used for kSoundTypeNIS
|
||||
kSoundFlagDecodeError = 0x20000000, // error in compressed stream
|
||||
kSoundFlagFading = 0x40000000, // prevents attempts to unfade once fade is requested
|
||||
kSoundFlagUnmuteRequested = 0x80000000, // purely informational
|
||||
kSoundFlagUnmuteRequested = 0x80000000 // purely informational
|
||||
};
|
||||
|
||||
enum SoundState {
|
||||
|
Loading…
x
Reference in New Issue
Block a user