[Scummvm-git-logs] scummvm master -> e77b114a035179c787cb91cd8b633688ac23d92c

dreammaster noreply at scummvm.org
Sun Jan 7 19:56:56 UTC 2024


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:
e77b114a03 MM: MM1: Remove redundant call to updateMonsterStatus


Commit: e77b114a035179c787cb91cd8b633688ac23d92c
    https://github.com/scummvm/scummvm/commit/e77b114a035179c787cb91cd8b633688ac23d92c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-01-07T11:36:28-08:00

Commit Message:
MM: MM1: Remove redundant call to updateMonsterStatus

Changed paths:
    engines/mm/mm1/game/combat.cpp


diff --git a/engines/mm/mm1/game/combat.cpp b/engines/mm/mm1/game/combat.cpp
index 46c05fe8ded..03a6d796c4c 100644
--- a/engines/mm/mm1/game/combat.cpp
+++ b/engines/mm/mm1/game/combat.cpp
@@ -982,8 +982,6 @@ void Combat::iterateMonsters1Inner() {
 			monsterName.c_str(), effect.c_str()
 	));
 
-	updateMonsterStatus();
-
 	msg._delaySeconds = 3;
 
 	bool isEnd = !--g_globals->_spellsState._resistanceTypeOrTargetCount;




More information about the Scummvm-git-logs mailing list