mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Cleanup
svn-id: r50404
This commit is contained in:
parent
1faebccce2
commit
8db94ef991
@ -34,8 +34,6 @@ namespace Sci {
|
||||
struct EngineState;
|
||||
class ResourceManager;
|
||||
|
||||
#define SCI_SCRIPTS_NR 1000
|
||||
|
||||
enum ScriptObjectTypes {
|
||||
SCI_OBJ_TERMINATOR,
|
||||
SCI_OBJ_OBJECT,
|
||||
|
@ -826,9 +826,6 @@ static void gcCountDown(EngineState *s) {
|
||||
}
|
||||
}
|
||||
|
||||
static const byte _fake_return_buffer[2] = {op_ret << 1, op_ret << 1};
|
||||
|
||||
|
||||
int readPMachineInstruction(const byte *src, byte &extOpcode, int16 opparams[4]) {
|
||||
uint offset = 0;
|
||||
extOpcode = src[offset++]; // Get "extended" opcode (lower bit has special meaning)
|
||||
|
Loading…
x
Reference in New Issue
Block a user