aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress
diff options
context:
space:
mode:
authorThierry Crozat2018-10-14 22:00:13 +0100
committerThierry Crozat2018-10-14 22:00:13 +0100
commit457c4ee8acbd8dbb5dbca227ff80a0f6c5b684ce (patch)
treeb193dad862d7e2986baf2f68ef8abfc856e2e7f6 /engines/lastexpress
parent941d22c047e1afb6b882114d2c7d3a1660cda5c0 (diff)
downloadscummvm-rg350-457c4ee8acbd8dbb5dbca227ff80a0f6c5b684ce.tar.gz
scummvm-rg350-457c4ee8acbd8dbb5dbca227ff80a0f6c5b684ce.tar.bz2
scummvm-rg350-457c4ee8acbd8dbb5dbca227ff80a0f6c5b684ce.zip
LASTEXPRESS: Fix compilation with some compilers
Diffstat (limited to 'engines/lastexpress')
-rw-r--r--engines/lastexpress/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/shared.h b/engines/lastexpress/shared.h
index 42a721677b..c55829120d 100644
--- a/engines/lastexpress/shared.h
+++ b/engines/lastexpress/shared.h
@@ -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 {