Some palette related fixes
svn-id: r31650
This commit is contained in:
parent
169bf5ddba
commit
54485c24c5
7 changed files with 44 additions and 28 deletions
|
@ -185,12 +185,12 @@ int16 ScriptFunctionsRtz::o1_DRAWPIC(int16 argc, int16 *argv) {
|
|||
}
|
||||
|
||||
int16 ScriptFunctionsRtz::o1_CLS(int16 argc, int16 *argv) {
|
||||
//_vm->_screen->clearScreen();
|
||||
_vm->_screen->clearScreen();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int16 ScriptFunctionsRtz::o1_SHOWPAGE(int16 argc, int16 *argv) {
|
||||
//_vm->_system->setPalette(_vm->_screen->_palette, 0, 256);
|
||||
_vm->_system->setPalette(_vm->_screen->_screenPalette, 0, 256);
|
||||
_vm->_screen->show();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue