mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-12 03:36:42 +00:00
indent fix
svn-id: r5664
This commit is contained in:
parent
5b59dc4019
commit
5852b6a09b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user