From 1eb7c7507bce6bbad0eb8eb2badd6492320a5908 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 28 Jan 2012 22:55:12 +0100 Subject: GOB: Minor cleanup --- engines/gob/minigames/geisha/meter.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/gob/minigames/geisha/meter.h') diff --git a/engines/gob/minigames/geisha/meter.h b/engines/gob/minigames/geisha/meter.h index 398128712a..a9bdb14d0f 100644 --- a/engines/gob/minigames/geisha/meter.h +++ b/engines/gob/minigames/geisha/meter.h @@ -50,6 +50,9 @@ public: /** Set the current value the meter is measuring. */ void setValue(int32 value); + /** Set the current value the meter is measuring to the max value. */ + void setMaxValue(); + /** Increase the current value the meter is measuring. */ void increase(int32 n = 1); /** Decrease the current value the meter is measuring. */ -- cgit v1.2.3