[Scummvm-git-logs] scummvm branch-2-6 -> b85ff3248bed372e43f94de0ccb0042b2bf797dd

alxpnv noreply at scummvm.org
Mon Oct 10 07:58:23 UTC 2022


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:
54cc40224c ASYLUM: fix animation of floating bodies in Chapter 4
b85ff3248b NEWS: Mention another Sanitarium fix


Commit: 54cc40224c50c75bd531e729df1262ee64de59b7
    https://github.com/scummvm/scummvm/commit/54cc40224c50c75bd531e729df1262ee64de59b7
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2022-10-10T10:36:36+03:00

Commit Message:
ASYLUM: fix animation of floating bodies in Chapter 4

Bug no. 13558

Changed paths:
    engines/asylum/resources/object.cpp


diff --git a/engines/asylum/resources/object.cpp b/engines/asylum/resources/object.cpp
index 2e9b66ede26..f21e9ae2113 100644
--- a/engines/asylum/resources/object.cpp
+++ b/engines/asylum/resources/object.cpp
@@ -380,6 +380,9 @@ void Object::update() {
 				BYTE1(flags) = (BYTE1(flags) & 0xFB) | kObjectFlag2;
 			}
 		}
+
+		_tickCount = _vm->getTick();
+		doPlaySounds = true;
 	}
 
 	if (flags & kObjectFlag40000) {


Commit: b85ff3248bed372e43f94de0ccb0042b2bf797dd
    https://github.com/scummvm/scummvm/commit/b85ff3248bed372e43f94de0ccb0042b2bf797dd
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2022-10-10T10:36:36+03:00

Commit Message:
NEWS: Mention another Sanitarium fix

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index ebf7410ef49..aa1b3549018 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -19,6 +19,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for the keymapper feature to the dialog screen.
    - The in-game menu is now accessible via a keyboard shortcut.
    - Fixed a bug that caused the controls to be reset when leaving the Hive puzzle.
+   - Fixed animation of floating bodies in Chapter 4.
 
  Ultima:
    - Fixed rendering issue when moving the minimap off the screen.




More information about the Scummvm-git-logs mailing list