aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/selector.cpp
diff options
context:
space:
mode:
authorColin Snover2017-07-30 00:22:11 -0500
committerColin Snover2017-07-30 19:21:55 -0500
commit5c3a2cf16afe29d950df4b6511b2d6c999561608 (patch)
tree057e8553c44b455d89a4031784ec507465d56f93 /engines/sci/engine/selector.cpp
parent49e8f057144b0a212af380525717a96a152569bc (diff)
downloadscummvm-rg350-5c3a2cf16afe29d950df4b6511b2d6c999561608.tar.gz
scummvm-rg350-5c3a2cf16afe29d950df4b6511b2d6c999561608.tar.bz2
scummvm-rg350-5c3a2cf16afe29d950df4b6511b2d6c999561608.zip
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.
Diffstat (limited to 'engines/sci/engine/selector.cpp')
-rw-r--r--engines/sci/engine/selector.cpp2
1 files changed, 2 insertions, 0 deletions
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
}