TITANIC: Fix compilation

This commit is contained in:
Filippos Karapetis
2016-09-05 05:14:26 +03:00
parent 0bb84fb1e5
commit b5692e02c3
@@ -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;
}