PRINCE: blackPalette(), setPalette(), O_BLACKPALETTE, O_SETUPPALETTE
This commit is contained in:
parent
c54699721a
commit
8829b20ce9
3 changed files with 51 additions and 1 deletions
|
@ -520,10 +520,12 @@ void Interpreter::O_WAITFOREVER() {
|
|||
}
|
||||
|
||||
void Interpreter::O_BLACKPALETTE() {
|
||||
_vm->blackPalette();
|
||||
debugInterpreter("O_BLACKPALETTE");
|
||||
}
|
||||
|
||||
void Interpreter::O_SETUPPALETTE() {
|
||||
_vm->setPalette();
|
||||
debugInterpreter("O_SETUPPALETTE");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue