From 5c3a2cf16afe29d950df4b6511b2d6c999561608 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 30 Jul 2017 00:22:11 -0500 Subject: SCI32: Add load from launcher support for Phant2 Adding a hook into kPlayDuck to skip the intro video feels kind of crappy, but it seemed simpler, consistent with the other hooks for launch loading, and therefore preferable versus hot-patching the script or messing with PC in the VM or something. --- engines/sci/engine/selector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/engine/selector.h') diff --git a/engines/sci/engine/selector.h b/engines/sci/engine/selector.h index d26a0d740f..e2afa74c7a 100644 --- a/engines/sci/engine/selector.h +++ b/engines/sci/engine/selector.h @@ -181,6 +181,8 @@ struct SelectorCache { Selector physicalBar; // for Phant2 volume sync Selector init; // for Phant2 save/load patching Selector scratch; // for Phant2 save/load patching + Selector num; // for Phant2 restore from launcher + Selector reallyRestore; // for Phant2 restore from launcher #endif }; -- cgit v1.2.3