PRINCE: showHero() update
This commit is contained in:
parent
dfddfbbd79
commit
f4a35de7eb
6 changed files with 206 additions and 97 deletions
|
@ -458,6 +458,10 @@ void Interpreter::storeNewPC(int opcodePC) {
|
|||
_fgOpcodePC = opcodePC;
|
||||
}
|
||||
|
||||
int Interpreter::getLastOPCode() {
|
||||
return _lastOpcode;
|
||||
}
|
||||
|
||||
uint32 Interpreter::getCurrentString() {
|
||||
return _currentString;
|
||||
}
|
||||
|
@ -508,7 +512,7 @@ void Interpreter::O_WAITFOREVER() {
|
|||
_vm->changeCursor(_vm->_currentPointerNumber);
|
||||
_opcodeNF = 1;
|
||||
_currentInstruction -= 2;
|
||||
//debugInterpreter("O_WAITFOREVER");
|
||||
debugInterpreter("O_WAITFOREVER");
|
||||
}
|
||||
|
||||
void Interpreter::O_BLACKPALETTE() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue