Skip to content

Commit

Permalink
PEGASUS: Make the intro directory check only work in the full game
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed May 13, 2011
1 parent d85dc01 commit 7e2edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/pegasus/pegasus.cpp
Expand Up @@ -74,7 +74,7 @@ Common::Error PegasusEngine::run() {

loadItemLocationData();

if (!detectOpeningClosingDirectory()) {
if (!isDemo() && !detectOpeningClosingDirectory()) {
Common::String message = "Missing intro directory. ";

// Give Mac OS X a more specific message because we can
Expand Down

0 comments on commit 7e2edf1

Please sign in to comment.