[Scummvm-git-logs] scummvm branch-2-5 -> 120fd85368aee81a2ce6e9d3f891e0542ba06dae

dreammaster dreammaster at scummvm.org
Wed Nov 10 04:40:42 UTC 2021


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f70391ca2d XEEN: fix caster selection during non-combat spell casting
120fd85368 NEWS: Add Xeen fixes


Commit: f70391ca2da22686c18f9547316bc61c636e0c1c
    https://github.com/scummvm/scummvm/commit/f70391ca2da22686c18f9547316bc61c636e0c1c
Author: Benoit Pierre (benoit.pierre at gmail.com)
Date: 2021-11-09T20:39:36-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;
 				}
 			}
 


Commit: 120fd85368aee81a2ce6e9d3f891e0542ba06dae
    https://github.com/scummvm/scummvm/commit/120fd85368aee81a2ce6e9d3f891e0542ba06dae
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-11-09T20:40:31-08:00

Commit Message:
NEWS: Add Xeen fixes

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index c80af283a9..78fab32fbe 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -32,7 +32,8 @@ TwinE:
 
  Xeen:
    - Fix crash on startup loading constants from xeen.ccs.
-
+   - Fix spell selection aborting when characters were switched.
+   - Fixed some bad memory accesses.
 
 #### 2.5.0 "Twenty years ago today..." (2021-10-09)
 




More information about the Scummvm-git-logs mailing list