svn-id: r50404
This commit is contained in:
Filippos Karapetis 2010-06-27 21:38:45 +00:00
parent 1faebccce2
commit 8db94ef991
2 changed files with 0 additions and 5 deletions

View File

@ -34,8 +34,6 @@ namespace Sci {
struct EngineState;
class ResourceManager;
#define SCI_SCRIPTS_NR 1000
enum ScriptObjectTypes {
SCI_OBJ_TERMINATOR,
SCI_OBJ_OBJECT,

View File

@ -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)