[Scummvm-git-logs] scummvm master -> af3129d2b26fc5bb7dea72ea20ac4a9473fd50f1
dreammaster
dreammaster at scummvm.org
Wed Nov 10 04:36:59 UTC 2021
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:
af3129d2b2 XEEN: fix caster selection during non-combat spell casting
Commit: af3129d2b26fc5bb7dea72ea20ac4a9473fd50f1
https://github.com/scummvm/scummvm/commit/af3129d2b26fc5bb7dea72ea20ac4a9473fd50f1
Author: Benoit Pierre (benoit.pierre at gmail.com)
Date: 2021-11-09T20:36:55-08:00
Commit Message:
XEEN: fix caster selection during non-combat spell casting
Changed paths:
engines/xeen/dialogs/dialogs_spells.cpp
diff --git a/engines/xeen/dialogs/dialogs_spells.cpp b/engines/xeen/dialogs/dialogs_spells.cpp
index 6998a93858..5aca8103c9 100644
--- a/engines/xeen/dialogs/dialogs_spells.cpp
+++ b/engines/xeen/dialogs/dialogs_spells.cpp
@@ -521,7 +521,6 @@ int CastSpell::execute(Character *&c) {
intf.highlightChar(_buttonValue);
spells._lastCaster = _buttonValue;
redrawFlag = true;
- break;
}
}
More information about the Scummvm-git-logs
mailing list