diff options
author | Paul Gilbert | 2014-12-29 21:20:40 -1000 |
---|---|---|
committer | Paul Gilbert | 2014-12-29 21:20:40 -1000 |
commit | 676e7583f2d992a5a047e1e1b9f9a9d8929f2a0a (patch) | |
tree | 4c74827bc9e38f4d117a56dc1762fa1db33b9db3 /engines/xeen/worldofxeen | |
parent | 537da8b7b9090ef9be2ea9b4c3ef2b76461364ab (diff) | |
download | scummvm-rg350-676e7583f2d992a5a047e1e1b9f9a9d8929f2a0a.tar.gz scummvm-rg350-676e7583f2d992a5a047e1e1b9f9a9d8929f2a0a.tar.bz2 scummvm-rg350-676e7583f2d992a5a047e1e1b9f9a9d8929f2a0a.zip |
XEEN: Temporary processing of Window list data to produce formatted output
Diffstat (limited to 'engines/xeen/worldofxeen')
-rw-r--r-- | engines/xeen/worldofxeen/worldofxeen_game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen_game.cpp b/engines/xeen/worldofxeen/worldofxeen_game.cpp index f27b8b9380..dba5612e29 100644 --- a/engines/xeen/worldofxeen/worldofxeen_game.cpp +++ b/engines/xeen/worldofxeen/worldofxeen_game.cpp @@ -30,7 +30,7 @@ WorldOfXeenEngine::WorldOfXeenEngine(OSystem *syst, const XeenGameDescription *g } void WorldOfXeenEngine::playGame () { - darkSideIntro(); + //darkSideIntro(); } } // End of namespace Xeen |