[Scummvm-git-logs] scummvm master -> 41d8441ea8f38d39af8e53e29c5195568d6d6574
sev-
sev at scummvm.org
Fri Aug 11 20:13:57 CEST 2017
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:
41d8441ea8 SCUMM: Add missing break to INSANE code. Thanks to eriktorbjorn and GCC7
Commit: 41d8441ea8f38d39af8e53e29c5195568d6d6574
https://github.com/scummvm/scummvm/commit/41d8441ea8f38d39af8e53e29c5195568d6d6574
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-08-11T20:13:24+02:00
Commit Message:
SCUMM: Add missing break to INSANE code. Thanks to eriktorbjorn and GCC7
Changed paths:
engines/scumm/insane/insane_ben.cpp
diff --git a/engines/scumm/insane/insane_ben.cpp b/engines/scumm/insane/insane_ben.cpp
index b96ba56..6697016 100644
--- a/engines/scumm/insane/insane_ben.cpp
+++ b/engines/scumm/insane/insane_ben.cpp
@@ -776,6 +776,7 @@ void Insane::actor02Reaction(int32 buttons) {
_actor[0].act[2].state = 106;
break;
}
+ break;
default:
smlayer_setActorFacing(0, 2, 20, 180);
_actor[0].act[2].state = 16;
More information about the Scummvm-git-logs
mailing list