aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/diving.h
diff options
context:
space:
mode:
authorSven Hesse2012-01-28 17:46:04 +0100
committerSven Hesse2012-01-28 17:46:38 +0100
commit7650fca0405f62e62bdf81cb9f2acd8e7f14ca69 (patch)
tree2f991030d6450d63072d86d63a2193a92ac2297f /engines/gob/minigames/geisha/diving.h
parent9dd703532706c049b14b4bc1e239c9cd08366f2a (diff)
downloadscummvm-rg350-7650fca0405f62e62bdf81cb9f2acd8e7f14ca69.tar.gz
scummvm-rg350-7650fca0405f62e62bdf81cb9f2acd8e7f14ca69.tar.bz2
scummvm-rg350-7650fca0405f62e62bdf81cb9f2acd8e7f14ca69.zip
GOB: Air gets used up and is refilled by breathing
Diffstat (limited to 'engines/gob/minigames/geisha/diving.h')
-rw-r--r--engines/gob/minigames/geisha/diving.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/minigames/geisha/diving.h b/engines/gob/minigames/geisha/diving.h
index 50a5d49a8c..2915e85a93 100644
--- a/engines/gob/minigames/geisha/diving.h
+++ b/engines/gob/minigames/geisha/diving.h
@@ -136,6 +136,8 @@ private:
Meter *_airMeter;
Meter *_healthMeter;
+ uint8 _airCycle;
+
uint8 _currentShot;
SoundDesc _soundShoot;
@@ -161,6 +163,7 @@ private:
void foundBlackPearl();
void foundWhitePearl();
+ void updateAirMeter();
void updateEvilFish();
void updateDecorFish();
void updatePlants();