aboutsummaryrefslogtreecommitdiff
path: root/script_v2.cpp
diff options
context:
space:
mode:
authorJames Brown2002-04-20 04:09:02 +0000
committerJames Brown2002-04-20 04:09:02 +0000
commiteb773b477a669427ff84e422bbdb1c3d6b63e8ef (patch)
treefdcef5572f381d4760e150fe5558b6de703f5922 /script_v2.cpp
parented65e89a897f66eadc53ce27eb5fe6b39d16a0eb (diff)
downloadscummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.tar.gz
scummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.tar.bz2
scummvm-rg350-eb773b477a669427ff84e422bbdb1c3d6b63e8ef.zip
Remove \M's, add IRIX support.
svn-id: r4019
Diffstat (limited to 'script_v2.cpp')
-rw-r--r--script_v2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/script_v2.cpp b/script_v2.cpp
index 8a4df8e907..e61a42448e 100644
--- a/script_v2.cpp
+++ b/script_v2.cpp
@@ -2798,6 +2798,7 @@ void Scumm::o6_miscOps()
case 108: /* create proc_special_palette */
case 109:
+
createSpecialPalette(args[1], args[2],args[3], args[4], args[5], 0, 256);
break;