indent fix

svn-id: r5664
This commit is contained in:
Max Horn 2002-11-21 14:55:33 +00:00
parent 5b59dc4019
commit 5852b6a09b

View File

@ -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;