PRINCE: Dialog box texts drawing and highlighting

This commit is contained in:
lukaslw 2014-06-17 20:18:07 +02:00
parent e18502a02e
commit e51bbc83f3
3 changed files with 46 additions and 10 deletions

View file

@ -1248,7 +1248,7 @@ void Interpreter::O_SHOWDIALOGBOX() {
_flags->setFlagValue(Flags::DIALINES, dialogLines);
if (dialogLines != 0) {
_vm->changeCursor(1);
_vm->runDialog();
_vm->runDialog(_vm->_dialogBoxList[box]);
_vm->changeCursor(0);
}
}