Skip to content

Commit

Permalink
LASTEXPRESS: Fix compilation with some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
criezy committed Oct 14, 2018
1 parent 941d22c commit 457c4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/lastexpress/shared.h
Expand Up @@ -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 {
Expand Down

0 comments on commit 457c4ee

Please sign in to comment.