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

bluegr bluegr at gmail.com
Mon Sep 5 04:16:05 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:
b5692e02c3 TITANIC: Fix compilation


Commit: b5692e02c3cfe034b2cb76f73a18e73baa71fc09
    https://github.com/scummvm/scummvm/commit/b5692e02c3cfe034b2cb76f73a18e73baa71fc09
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2016-09-05T05:14:26+03:00

Commit Message:
TITANIC: Fix compilation

Changed paths:
    engines/titanic/game/parrot/parrot_nut_bowl_actor.cpp



diff --git a/engines/titanic/game/parrot/parrot_nut_bowl_actor.cpp b/engines/titanic/game/parrot/parrot_nut_bowl_actor.cpp
index 9dfc866..2654042 100644
--- a/engines/titanic/game/parrot/parrot_nut_bowl_actor.cpp
+++ b/engines/titanic/game/parrot/parrot_nut_bowl_actor.cpp
@@ -79,7 +79,7 @@ bool CParrotNutBowlActor::BowlStateChangeMsg(CBowlStateChangeMsg *msg) {
 	return true;
 }
 
-bool CParrotNutBowlActor::CParrotNutBowlActor::IsEarBowlPuzzleDone(CIsEarBowlPuzzleDone *msg) {
+bool CParrotNutBowlActor::IsEarBowlPuzzleDone(CIsEarBowlPuzzleDone *msg) {
 	msg->_value = _puzzleDone;
 	return true;
 }





More information about the Scummvm-git-logs mailing list