From 671ff32f6fb5875a97b1cafc5f2703d992fdfb2f Mon Sep 17 00:00:00 2001 From: uruk Date: Tue, 4 Feb 2014 10:48:30 +0100 Subject: AVALANCHE: Change some variable's type, remove unused function. --- engines/avalanche/ghostroom.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/avalanche/ghostroom.h') diff --git a/engines/avalanche/ghostroom.h b/engines/avalanche/ghostroom.h index c6d0686d83..0693ecf215 100644 --- a/engines/avalanche/ghostroom.h +++ b/engines/avalanche/ghostroom.h @@ -67,8 +67,8 @@ private: byte _y, _yy, _bit, _xofs; Graphics::Surface _eyes[2]; Graphics::Surface _exclamation; - void *_aargh[6]; - void *_bat[3]; + Graphics::Surface _aargh[6]; + Graphics::Surface _bat[3]; GlerkType *_glerk; void *_greenEyes[5]; void *_greldet[6][2]; @@ -83,7 +83,6 @@ private: bool _redGreldet; void plainGrab(); - void getMeAargh(byte which); void wait(uint16 howLong); void doBat(); void bigGreenEyes(byte how); -- cgit v1.2.3