[Scummvm-git-logs] scummvm master -> ebad4af484a79110cd6c5c6a2689302502ace745

sev- sev at scummvm.org
Sun Dec 11 00:39:21 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ebad4af484 FULLPIPE: Fix compilation


Commit: ebad4af484a79110cd6c5c6a2689302502ace745
    https://github.com/scummvm/scummvm/commit/ebad4af484a79110cd6c5c6a2689302502ace745
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-11T00:39:09+01:00

Commit Message:
FULLPIPE: Fix compilation

Changed paths:
    engines/fullpipe/modal.cpp


diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp
index 8c94f60..c4c30cb 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);





More information about the Scummvm-git-logs mailing list