From ebad4af484a79110cd6c5c6a2689302502ace745 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 11 Dec 2016 00:39:09 +0100 Subject: FULLPIPE: Fix compilation --- engines/fullpipe/modal.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp index 8c94f60662..c4c30cb1fb 100644 --- a/engines/fullpipe/modal.cpp +++ b/engines/fullpipe/modal.cpp @@ -36,6 +36,7 @@ #include "video/avi_decoder.h" #include "engines/savestate.h" +#include "engines/advancedDetector.h" namespace Fullpipe { @@ -225,7 +226,7 @@ void ModalIntro::update() { } void ModalIntro::finish() { - if (!(g_fp->getFeatures() & ADGF_DEMO && g_fp->getLanguage() == Common::RU_RUS)) { + if (!(g_fp->getFeatures() & ADGF_DEMO && g_fp->getLanguage() == Common::RU_RUS)) g_fp->_gameLoader->unloadScene(SC_INTRO2); g_fp->_currentScene = g_fp->accessScene(SC_INTRO1); -- cgit v1.2.3