mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TITANIC: Fix compilation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user