mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
cleaning up the mess drigo left... <sigh>
svn-id: r4215
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user