From 2413fd0798b3eb0bd89b51a03dea432b40311bfd Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 3 Dec 2014 00:57:52 +0100 Subject: ACCESS: Skip the end of the full intro in the demo --- engines/access/amazon/amazon_logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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); -- cgit v1.2.3