aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-01-14 23:51:22 +0000
committerTravis Howell2004-01-14 23:51:22 +0000
commitb99db7695845efa59cdb02f01159d7c1b87a612c (patch)
tree9b40054b409e2c1b18d5535cf1d7d307dad56e1c /scumm/script_v6.cpp
parent6a85ab6af5dbfbc1b3e9c3563ead53bcf4fa536e (diff)
downloadscummvm-rg350-b99db7695845efa59cdb02f01159d7c1b87a612c.tar.gz
scummvm-rg350-b99db7695845efa59cdb02f01159d7c1b87a612c.tar.bz2
scummvm-rg350-b99db7695845efa59cdb02f01159d7c1b87a612c.zip
Need to know where this occurs
svn-id: r12396
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 6719d01135..f09ee8bd71 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2543,7 +2543,7 @@ void ScummEngine_v6::o6_kernelSetFunctions() {
startManiac();
break;
case 9:
- warning("o6_kernelSetFunctions: stub9()");
+ error("o6_kernelSetFunctions: stub9()");
break;
case 104: /* samnmax */
nukeFlObjects(args[2], args[3]);