aboutsummaryrefslogtreecommitdiff
path: root/engines/access
diff options
context:
space:
mode:
authorStrangerke2014-12-03 00:57:52 +0100
committerPaul Gilbert2014-12-12 22:58:01 -0500
commit2413fd0798b3eb0bd89b51a03dea432b40311bfd (patch)
treee218a28939345b4d503149f092e9fd3c1b06b0ed /engines/access
parent860f7c717cc9ed2f89b87bd75783f3d74c19c572 (diff)
downloadscummvm-rg350-2413fd0798b3eb0bd89b51a03dea432b40311bfd.tar.gz
scummvm-rg350-2413fd0798b3eb0bd89b51a03dea432b40311bfd.tar.bz2
scummvm-rg350-2413fd0798b3eb0bd89b51a03dea432b40311bfd.zip
ACCESS: Skip the end of the full intro in the demo
Diffstat (limited to 'engines/access')
-rw-r--r--engines/access/amazon/amazon_logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_logic.cpp b/engines/access/amazon/amazon_logic.cpp
index b92197129a..4fcca20594 100644
--- a/engines/access/amazon/amazon_logic.cpp
+++ b/engines/access/amazon/amazon_logic.cpp
@@ -219,7 +219,7 @@ void Opening::doIntroduction() {
_vm->_screen->setPanel(3);
doTitle();
- if (_vm->shouldQuit() || _skipStart)
+ if (_vm->shouldQuit() || _skipStart || _vm->isDemo())
return;
_vm->_screen->setPanel(3);