SCI: debug command undither implemented
svn-id: r44761
This commit is contained in:
parent
1562add631
commit
a61076a645
8 changed files with 41 additions and 7 deletions
|
@ -496,6 +496,11 @@ void SciGui::moveCursor(Common::Point pos) {
|
|||
// FIXME!
|
||||
}
|
||||
|
||||
bool SciGui::debugUndither(bool flag) {
|
||||
_screen->unditherSetState(flag);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool SciGui::debugShowMap(int mapNo) {
|
||||
_screen->debugShowMap(mapNo);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue