[Scummvm-git-logs] scummvm master -> 4d6f199b20e5776e99a3e95b867ef4b037f0bbd3

phcoder noreply at scummvm.org
Sun Oct 30 01:10:13 UTC 2022


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:
4d6f199b20 HADESCH: Fix a bug when using an empty name


Commit: 4d6f199b20e5776e99a3e95b867ef4b037f0bbd3
    https://github.com/scummvm/scummvm/commit/4d6f199b20e5776e99a3e95b867ef4b037f0bbd3
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2022-10-30T02:09:46+01:00

Commit Message:
HADESCH: Fix a bug when using an empty name

Changed paths:
    engines/hadesch/rooms/walloffame.cpp


diff --git a/engines/hadesch/rooms/walloffame.cpp b/engines/hadesch/rooms/walloffame.cpp
index fec8845260c..90939f7d54f 100644
--- a/engines/hadesch/rooms/walloffame.cpp
+++ b/engines/hadesch/rooms/walloffame.cpp
@@ -975,6 +975,7 @@ private:
 			room->disableMouse();
 			// Or should it be music? Unclear to me
 			room->playSFX("hades evil intro theme");
+			g_vm->cancelTimer(19900);
 			room->playVideo(kHadesBurstsIn, kHadesVideoZ, 19016);
 		}
 	}




More information about the Scummvm-git-logs mailing list