aboutsummaryrefslogtreecommitdiff
path: root/script_v2.cpp
diff options
context:
space:
mode:
authorMax Horn2002-05-05 20:04:26 +0000
committerMax Horn2002-05-05 20:04:26 +0000
commit2f2d4527efc63dffef87b2dd7826fde53a60897a (patch)
tree37fa0c90810a8db394ea2188379588e2cbf54141 /script_v2.cpp
parent816fe7116872ca65603aaf49340e55c89410507b (diff)
downloadscummvm-rg350-2f2d4527efc63dffef87b2dd7826fde53a60897a.tar.gz
scummvm-rg350-2f2d4527efc63dffef87b2dd7826fde53a60897a.tar.bz2
scummvm-rg350-2f2d4527efc63dffef87b2dd7826fde53a60897a.zip
cleaning up the mess drigo left... <sigh>
svn-id: r4215
Diffstat (limited to 'script_v2.cpp')
-rw-r--r--script_v2.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/script_v2.cpp b/script_v2.cpp
index c7f2c87432..95aa114360 100644
--- a/script_v2.cpp
+++ b/script_v2.cpp
@@ -24,13 +24,8 @@
#include "stdafx.h"
#include "scumm.h"
-#ifndef macintosh
#include "sound/mididrv.h"
#include "sound/imuse.h"
-#else
-#include "mididrv.h"
-#include "imuse.h"
-#endif
void Scumm::setupOpcodes2()
{
@@ -2713,7 +2708,6 @@ void Scumm::o6_miscOps()
break;
case 13:
remapActor(derefActorSafe(args[1], "o6_miscOps:14"), args[2], args[3],
-
args[4], -1);
break;
case 14:
@@ -2919,27 +2913,16 @@ void Scumm::o6_kernelFunction()
break;
case 211:
warning("o6_kernelFunction: getInput(%d)", args[1]);
-
/*
-
13 = thrust
-
336 = thrust
-
328 = thrust
-
27 = abord
-
97 = left
-
331 = left
-
115 = right
-
333 = tight
-
*/
-
push(0);
break;
case 212: