mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 20:07:11 +00:00
SCI32: Undummy AvoidPath for SCI3
Used by LSL7.
This commit is contained in:
parent
ca507e2b0b
commit
42406cb11a
@ -918,7 +918,6 @@ void Kernel::loadKernelNames(GameFeatures *features) {
|
||||
_kernelNames[0x39] = "Dummy"; // ShowMovie in SCI2.1
|
||||
_kernelNames[0x4c] = "Dummy"; // ScrollWindow in SCI2.1
|
||||
_kernelNames[0x56] = "Dummy"; // VibrateMouse in SCI2.1 (only used in QFG4 floppy)
|
||||
_kernelNames[0x64] = "Dummy"; // AvoidPath in SCI2.1
|
||||
_kernelNames[0x66] = "Dummy"; // MergePoly in SCI2.1
|
||||
_kernelNames[0x8d] = "MessageBox"; // Dummy in SCI2.1
|
||||
_kernelNames[0x9b] = "Minimize"; // Dummy in SCI2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user