diff options
author | Travis Howell | 2004-01-14 23:51:22 +0000 |
---|---|---|
committer | Travis Howell | 2004-01-14 23:51:22 +0000 |
commit | b99db7695845efa59cdb02f01159d7c1b87a612c (patch) | |
tree | 9b40054b409e2c1b18d5535cf1d7d307dad56e1c | |
parent | 6a85ab6af5dbfbc1b3e9c3563ead53bcf4fa536e (diff) | |
download | scummvm-rg350-b99db7695845efa59cdb02f01159d7c1b87a612c.tar.gz scummvm-rg350-b99db7695845efa59cdb02f01159d7c1b87a612c.tar.bz2 scummvm-rg350-b99db7695845efa59cdb02f01159d7c1b87a612c.zip |
Need to know where this occurs
svn-id: r12396
-rw-r--r-- | scumm/script_v6.cpp | 2 |
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]); |