From 89d595a46c44df0bc3c449affc47867d14903224 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 10 Dec 2016 11:51:51 -0500 Subject: TITANIC: Renaming of parrot met flag methods --- engines/titanic/game/pet/pet_sounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game/pet') diff --git a/engines/titanic/game/pet/pet_sounds.cpp b/engines/titanic/game/pet/pet_sounds.cpp index c7f3cd3bf8..b2c9902cc8 100644 --- a/engines/titanic/game/pet/pet_sounds.cpp +++ b/engines/titanic/game/pet/pet_sounds.cpp @@ -44,7 +44,7 @@ void CPETSounds::load(SimpleFile *file) { bool CPETSounds::PETPlaySoundMsg(CPETPlaySoundMsg *msg) { if (msg->_soundNum == 1) { playSound("z#65.wav"); - } else if (msg->_soundNum == 2 && stateGet24()) { + } else if (msg->_soundNum == 2 && stateGetParrotMet()) { uint ticks = getTicksCount(); if (!_ticks || ticks > (_ticks + 12000)) { playSound("z#36.wav"); -- cgit v1.2.3