diff options
Diffstat (limited to 'engines/prince/script.cpp')
-rw-r--r-- | engines/prince/script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/script.cpp b/engines/prince/script.cpp index 9c915ca6bc..944de69c29 100644 --- a/engines/prince/script.cpp +++ b/engines/prince/script.cpp @@ -1235,6 +1235,7 @@ void Interpreter::O_DISABLEDIALOGOPT() { void Interpreter::O_SHOWDIALOGBOX() { uint16 box = readScriptFlagValue(); debugInterpreter("O_SHOWDIALOGBOX box %d", box); + _vm->createDialogBox(_vm->_dialogBoxList[box]); } void Interpreter::O_STOPSAMPLE() { |