PRINCE: Dialog box texts drawing and highlighting
This commit is contained in:
parent
e18502a02e
commit
e51bbc83f3
3 changed files with 46 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue