[Scummvm-git-logs] scummvm master -> 457c4ee8acbd8dbb5dbca227ff80a0f6c5b684ce
criezy
criezy at scummvm.org
Sun Oct 14 23:01:11 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
457c4ee8ac LASTEXPRESS: Fix compilation with some compilers
Commit: 457c4ee8acbd8dbb5dbca227ff80a0f6c5b684ce
https://github.com/scummvm/scummvm/commit/457c4ee8acbd8dbb5dbca227ff80a0f6c5b684ce
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-10-14T22:00:13+01:00
Commit Message:
LASTEXPRESS: Fix compilation with some compilers
Changed paths:
engines/lastexpress/shared.h
diff --git a/engines/lastexpress/shared.h b/engines/lastexpress/shared.h
index 42a7216..c558291 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 {
More information about the Scummvm-git-logs
mailing list