aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-11-21 14:55:33 +0000
committerMax Horn2002-11-21 14:55:33 +0000
commit5852b6a09bc3135adb39f93d56da98f5894df66b (patch)
treee668ce1e4918a971e20cea215f4d00349fd33e69
parent5b59dc40193bd840ceecc9a8416d8477ac6d7bae (diff)
downloadscummvm-rg350-5852b6a09bc3135adb39f93d56da98f5894df66b.tar.gz
scummvm-rg350-5852b6a09bc3135adb39f93d56da98f5894df66b.tar.bz2
scummvm-rg350-5852b6a09bc3135adb39f93d56da98f5894df66b.zip
indent fix
svn-id: r5664
-rw-r--r--scumm/script_v2.cpp3
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;