aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-10 11:51:51 -0500
committerPaul Gilbert2016-12-10 11:51:51 -0500
commit89d595a46c44df0bc3c449affc47867d14903224 (patch)
tree9ac7717f48ca042a057db0e433de913788cb74ff /engines/titanic/game/pet
parentfd794bd4a307478be8f6014d742d4e841121c404 (diff)
downloadscummvm-rg350-89d595a46c44df0bc3c449affc47867d14903224.tar.gz
scummvm-rg350-89d595a46c44df0bc3c449affc47867d14903224.tar.bz2
scummvm-rg350-89d595a46c44df0bc3c449affc47867d14903224.zip
TITANIC: Renaming of parrot met flag methods
Diffstat (limited to 'engines/titanic/game/pet')
-rw-r--r--engines/titanic/game/pet/pet_sounds.cpp2
1 files changed, 1 insertions, 1 deletions
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");