Restore cursor after boss key.
svn-id: r18986
This commit is contained in:
parent
c11575c99c
commit
d67009d5e5
1 changed files with 3 additions and 1 deletions
|
@ -258,7 +258,7 @@ void Interface::restoreMode() {
|
|||
}
|
||||
|
||||
void Interface::setMode(int mode) {
|
||||
debug(0, "Interface::setMode %i", mode);
|
||||
debug(1, "Interface::setMode %i", mode);
|
||||
|
||||
if (mode == kPanelMain) {
|
||||
_inMainMode = true;
|
||||
|
@ -2379,6 +2379,8 @@ void Interface::keyBossExit() {
|
|||
|
||||
_vm->_gfx->blackToPal(_mapSavedPal, 1);
|
||||
|
||||
_vm->_gfx->showCursor(true);
|
||||
|
||||
_bossMode = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue