[Scummvm-cvs-logs] scummvm master -> 75f5a988b23a824b26b24caee6e785fa5cbef0e5

dreammaster dreammaster at scummvm.org
Mon Aug 1 03:32:08 CEST 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:
75f5a988b2 TITANIC: Compilation fix for LiftbotScript


Commit: 75f5a988b23a824b26b24caee6e785fa5cbef0e5
    https://github.com/scummvm/scummvm/commit/75f5a988b23a824b26b24caee6e785fa5cbef0e5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-07-31T21:31:52-04:00

Commit Message:
TITANIC: Compilation fix for LiftbotScript

Changed paths:
    engines/titanic/true_talk/liftbot_script.cpp



diff --git a/engines/titanic/true_talk/liftbot_script.cpp b/engines/titanic/true_talk/liftbot_script.cpp
index dcf1d00..b37288d 100644
--- a/engines/titanic/true_talk/liftbot_script.cpp
+++ b/engines/titanic/true_talk/liftbot_script.cpp
@@ -23,7 +23,7 @@
 #include "common/textconsole.h"
 #include "titanic/true_talk/liftbot_script.h"
 #include "titanic/true_talk/true_talk_manager.h"
-#include "titanic./titanic.h"
+#include "titanic/titanic.h"
 
 namespace Titanic {
 






More information about the Scummvm-git-logs mailing list