diff options
author | Max Horn | 2002-11-21 14:55:33 +0000 |
---|---|---|
committer | Max Horn | 2002-11-21 14:55:33 +0000 |
commit | 5852b6a09bc3135adb39f93d56da98f5894df66b (patch) | |
tree | e668ce1e4918a971e20cea215f4d00349fd33e69 | |
parent | 5b59dc40193bd840ceecc9a8416d8477ac6d7bae (diff) | |
download | scummvm-rg350-5852b6a09bc3135adb39f93d56da98f5894df66b.tar.gz scummvm-rg350-5852b6a09bc3135adb39f93d56da98f5894df66b.tar.bz2 scummvm-rg350-5852b6a09bc3135adb39f93d56da98f5894df66b.zip |
indent fix
svn-id: r5664
-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; |