[Scummvm-git-logs] scummvm master -> 215dfd5ef4196107910832030249700157044062
dreammaster
noreply at scummvm.org
Thu Aug 6 12:09:52 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
215dfd5ef4 MADS: PHANTOM: Fix crash on demo startup
Commit: 215dfd5ef4196107910832030249700157044062
https://github.com/scummvm/scummvm/commit/215dfd5ef4196107910832030249700157044062
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-08-06T22:09:41+10:00
Commit Message:
MADS: PHANTOM: Fix crash on demo startup
Changed paths:
engines/mads/phantom/phantom.cpp
diff --git a/engines/mads/phantom/phantom.cpp b/engines/mads/phantom/phantom.cpp
index 431dc90b672..92745a42d47 100644
--- a/engines/mads/phantom/phantom.cpp
+++ b/engines/mads/phantom/phantom.cpp
@@ -162,13 +162,6 @@ void PhantomEngine::global_init_code() {
himem_preload_series("*RTK_6", GLOBAL);
himem_preload_series("*RTK_9", GLOBAL);
himem_preload_series("*RALRH_9", GLOBAL);
-
- if (g_engine->isDemo()) {
- inter_move_object(key, PLAYER);
- inter_move_object(lantern, PLAYER);
- inter_move_object(small_note, PLAYER);
- inter_move_object(rope, PLAYER);
- }
}
void PhantomEngine::section_music(int section_num) {
More information about the Scummvm-git-logs
mailing list