diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index e91a21aa63..3ea30e31f0 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -1072,7 +1072,7 @@ void Scumm::launch() setupSound(); - runScript(1,0,0,&_bootParam); +// runScript(1,0,0,&_bootParam); // _scummTimer = 0; |