cleaning up the mess drigo left... <sigh>
svn-id: r4215
This commit is contained in:
parent
816fe71168
commit
2f2d4527ef
16 changed files with 36 additions and 85 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue