diff options
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r-- | scumm/script_v2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index cbbd64e484..048a809edf 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -2467,7 +2467,8 @@ void Scumm::o6_miscOps() break; case 3: { if (readArray(233,0,50) == 0) { - InfoDialog* dialog = new InfoDialog(_newgui, this, "Set MineRoad - You can now jump the gorge."); + InfoDialog* dialog = new InfoDialog(_newgui, this, + "Set MineRoad - You can now jump the gorge."); runDialog (dialog); delete dialog; |