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.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/engine/selector.cpp') diff --git a/engines/sci/engine/selector.cpp b/engines/sci/engine/selector.cpp index e99f734272..971802affb 100644 --- a/engines/sci/engine/selector.cpp +++ b/engines/sci/engine/selector.cpp @@ -224,6 +224,8 @@ void Kernel::mapSelectors() { FIND_SELECTOR(physicalBar); FIND_SELECTOR(init); FIND_SELECTOR(scratch); + FIND_SELECTOR(num); + FIND_SELECTOR(reallyRestore); #endif } -- cgit v1.2.3