[Scummvm-git-logs] scummvm master -> 33c2e1b1dabf377b30f1e6b3a5c07c58fcf4b55c

antoniou79 antoniou at cti.gr
Tue Aug 27 17:06:59 CEST 2019


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:
33c2e1b1da BLADERUNNER: Improve Clovis facing direction in KP07


Commit: 33c2e1b1dabf377b30f1e6b3a5c07c58fcf4b55c
    https://github.com/scummvm/scummvm/commit/33c2e1b1dabf377b30f1e6b3a5c07c58fcf4b55c
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-08-27T14:29:18+03:00

Commit Message:
BLADERUNNER: Improve Clovis facing direction in KP07

Changed paths:
    engines/bladerunner/script/ai/clovis.cpp


diff --git a/engines/bladerunner/script/ai/clovis.cpp b/engines/bladerunner/script/ai/clovis.cpp
index 82ab236..d76a84b 100644
--- a/engines/bladerunner/script/ai/clovis.cpp
+++ b/engines/bladerunner/script/ai/clovis.cpp
@@ -445,6 +445,10 @@ bool AIScriptClovis::GoalChanged(int currentGoalNumber, int newGoalNumber) {
 
 	case kGoalClovisKP07FlyAway:
 		Actor_Says(kActorMcCoy, 8501, kAnimationModeTalk);
+#if BLADERUNNER_ORIGINAL_BUGS
+#else
+		Actor_Face_Actor(kActorClovis, kActorMcCoy, true);
+#endif // BLADERUNNER_ORIGINAL_BUGS
 		Actor_Says(kActorClovis, 1260, kAnimationModeTalk);
 		Actor_Says(kActorMcCoy, 8502, kAnimationModeTalk);
 		Actor_Says(kActorClovis, 1270, kAnimationModeTalk);
@@ -452,6 +456,10 @@ bool AIScriptClovis::GoalChanged(int currentGoalNumber, int newGoalNumber) {
 		Actor_Says(kActorClovis, 1290, kAnimationModeTalk);
 		Actor_Says(kActorMcCoy, 8505, kAnimationModeTalk);
 		Actor_Says(kActorClovis, 1300, kAnimationModeTalk);
+#if BLADERUNNER_ORIGINAL_BUGS
+#else
+		Actor_Face_Heading(kActorClovis, 780, true);
+#endif // BLADERUNNER_ORIGINAL_BUGS
 		Actor_Says(kActorClovis, 1310, kAnimationModeTalk);
 		Ambient_Sounds_Remove_All_Non_Looping_Sounds(true);
 		Ambient_Sounds_Remove_All_Looping_Sounds(1);





More information about the Scummvm-git-logs mailing list