aboutsummaryrefslogtreecommitdiff
path: root/script_v2.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-03-25 12:26:37 +0000
committerVincent Hamm2002-03-25 12:26:37 +0000
commit5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724 (patch)
tree48f721f3ba23d87fc702b5a79e2153199c044890 /script_v2.cpp
parent8a3adc01ee41c2b46d4468530f61af06bd1b4ad5 (diff)
downloadscummvm-rg350-5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724.tar.gz
scummvm-rg350-5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724.tar.bz2
scummvm-rg350-5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724.zip
Fixed a bit the gui for FT and DIG. It still doesn't display a thing but it's not crashing anymore
svn-id: r3828
Diffstat (limited to 'script_v2.cpp')
-rw-r--r--script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v2.cpp b/script_v2.cpp
index acdd81466c..058dabd7c5 100644
--- a/script_v2.cpp
+++ b/script_v2.cpp
@@ -2509,7 +2509,7 @@ void Scumm::o6_miscOps() {
remapActor(derefActorSafe(args[1], "o6_miscOps:14"), args[2],args[3],args[4],args[5]);
break;
case 15:
- warning("o6_miscOps: stub15(%d)", args[1]);
+ _insaneFlag = args[1];
break;
case 16: {
byte buf[200];