SCI: debug command undither implemented

svn-id: r44761
This commit is contained in:
Martin Kiewitz 2009-10-07 21:47:34 +00:00
parent 1562add631
commit a61076a645
8 changed files with 41 additions and 7 deletions

View file

@ -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;