aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/menu.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-12 21:30:09 -0400
committerMatthew Hoops2011-05-12 21:30:09 -0400
commitd85dc010edb88f42493f434887fd45f29c213afd (patch)
tree1e625f3d8c3f5eadc5c59db1ea126a629234eb2a /engines/pegasus/menu.cpp
parent760f50f034b54d7e109692b4d5219560b065cf3a (diff)
downloadscummvm-rg350-d85dc010edb88f42493f434887fd45f29c213afd.tar.gz
scummvm-rg350-d85dc010edb88f42493f434887fd45f29c213afd.tar.bz2
scummvm-rg350-d85dc010edb88f42493f434887fd45f29c213afd.zip
PEGASUS: Add support for using the original 'Opening/Closing' directory
Diffstat (limited to 'engines/pegasus/menu.cpp')
-rw-r--r--engines/pegasus/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/menu.cpp b/engines/pegasus/menu.cpp
index dd32e36c0e..33e8df3f6b 100644
--- a/engines/pegasus/menu.cpp
+++ b/engines/pegasus/menu.cpp
@@ -119,7 +119,7 @@ void PegasusEngine::runMainMenu() {
// Too slow! Go back and show the intro again.
_sound->stopSound();
- _video->playMovie("Images/Opening_Closing/LilMovie.movie");
+ _video->playMovie(_introDirectory + "/LilMovie.movie");
_gameMode = kIntroMode;
}