[Scummvm-git-logs] scummvm master -> 61526fa317fec043acf90bb1bfbb08e96681689e
digitall
dgturner at iee.org
Tue Nov 13 09:28:26 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:
61526fa317 AGI: Fix Fall Through Compiler Warning
Commit: 61526fa317fec043acf90bb1bfbb08e96681689e
https://github.com/scummvm/scummvm/commit/61526fa317fec043acf90bb1bfbb08e96681689e
Author: D G Turner (digitall at scummvm.org)
Date: 2018-11-13T08:27:46Z
Commit Message:
AGI: Fix Fall Through Compiler Warning
This fairly clearly intentional and thus no FIXME comment is added for
this.
Changed paths:
engines/agi/preagi_mickey.cpp
diff --git a/engines/agi/preagi_mickey.cpp b/engines/agi/preagi_mickey.cpp
index 0584aab..b55f279 100644
--- a/engines/agi/preagi_mickey.cpp
+++ b/engines/agi/preagi_mickey.cpp
@@ -843,6 +843,7 @@ void MickeyEngine::drawRoomAnimation() {
case IDI_MSA_PLANET_VENUS:
if (_gameStateMickey.iRmMenu[_gameStateMickey.iRoom] != 2)
break;
+ // fall through
default:
drawObj(
IDI_MSA_OBJECT_CRYSTAL,
More information about the Scummvm-git-logs
mailing list