aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bacca2002-03-31 11:55:24 +0000
committerNicolas Bacca2002-03-31 11:55:24 +0000
commitd304e2da6c918f21c469e5843ed92b195e1c3e51 (patch)
tree3a768f7a48a047f7022625632b8cab5e9ff04bdc
parent73b8043302dfae00ce3292c6454c68074fbaf761 (diff)
downloadscummvm-rg350-d304e2da6c918f21c469e5843ed92b195e1c3e51.tar.gz
scummvm-rg350-d304e2da6c918f21c469e5843ed92b195e1c3e51.tar.bz2
scummvm-rg350-d304e2da6c918f21c469e5843ed92b195e1c3e51.zip
Re-enable Monkey Island 2 difficulty level choice
svn-id: r3845
-rw-r--r--scummvm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index f2d8cbbc22..af1d84a66e 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -1055,8 +1055,8 @@ void Scumm::launch()
else
OF_OWNER_ROOM = 0x0F;
- if (_gameId==GID_MONKEY2 && _bootParam == 0)
- _bootParam = 10001;
+// if (_gameId==GID_MONKEY2 && _bootParam == 0)
+// _bootParam = 10001;
readIndexFile();