aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/disk_ns.cpp4
-rw-r--r--engines/parallaction/objects.cpp2
2 files changed, 5 insertions, 1 deletions
diff --git a/engines/parallaction/disk_ns.cpp b/engines/parallaction/disk_ns.cpp
index d35b338069..bb59aa3a32 100644
--- a/engines/parallaction/disk_ns.cpp
+++ b/engines/parallaction/disk_ns.cpp
@@ -628,12 +628,16 @@ private:
break;
case 0x50504C53: /* PPLS */
error("PPLS crunched files are not supported");
+#if 0
eff = 8;
break;
+#endif
case 0x50583230: /* PX20 */
error("PX20 crunched files are not supported");
+#if 0
eff = 6;
break;
+#endif
default:
eff = 0;
diff --git a/engines/parallaction/objects.cpp b/engines/parallaction/objects.cpp
index 4ed198d240..3a77077702 100644
--- a/engines/parallaction/objects.cpp
+++ b/engines/parallaction/objects.cpp
@@ -304,7 +304,7 @@ int16 ScriptVar::getValue() {
error("Parameter is not an r-value");
- return 0;
+ //return 0;
}
void ScriptVar::setValue(int16 value) {