[Scummvm-git-logs] scummvm master -> ec8b63765ffc49499b48cd811e36074fe9ce940f
eriktorbjorn
eriktorbjorn at telia.com
Sat Feb 17 09:17:15 CET 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:
ec8b63765f XEEN: Fix GCC warning
Commit: ec8b63765ffc49499b48cd811e36074fe9ce940f
https://github.com/scummvm/scummvm/commit/ec8b63765ffc49499b48cd811e36074fe9ce940f
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2018-02-17T09:16:35+01:00
Commit Message:
XEEN: Fix GCC warning
The other ending functions return true, so I assume this one should
as well.
Changed paths:
engines/xeen/worldofxeen/darkside_cutscenes.cpp
diff --git a/engines/xeen/worldofxeen/darkside_cutscenes.cpp b/engines/xeen/worldofxeen/darkside_cutscenes.cpp
index e68bffc..a08b0c1 100644
--- a/engines/xeen/worldofxeen/darkside_cutscenes.cpp
+++ b/engines/xeen/worldofxeen/darkside_cutscenes.cpp
@@ -1186,6 +1186,8 @@ bool DarkSideCutscenes::showDarkSideEnding4() {
screen.fadeOut();
sound.stopSong();
freeSubtitles();
+
+ return true;
}
void DarkSideCutscenes::showDarkSideScore(uint endingScore) {
More information about the Scummvm-git-logs
mailing list