renamed new_1, new_2, new_3 in class Actor

svn-id: r6069
This commit is contained in:
Max Horn 2002-12-23 14:16:43 +00:00
parent e192142dac
commit cc5872924e
6 changed files with 19 additions and 18 deletions

View file

@ -161,8 +161,8 @@ void Scumm_v8::setupOpcodes()
OPCODE(o8_unknown),
OPCODE(o8_unknown),
/* 64 */
OPCODE(o6_jumpFalse), // Not sure about which of these two is which (false==if or true==if ?!?)...
OPCODE(o6_jumpTrue), // ... since "if" could mean 'jump "if"' or 'execute following code "if", otherwise jump'.
OPCODE(o6_jumpFalse),
OPCODE(o6_jumpTrue),
OPCODE(o6_jump),
OPCODE(o6_breakHere),
/* 68 */