diff options
author | uruk | 2014-02-04 10:48:30 +0100 |
---|---|---|
committer | uruk | 2014-02-04 10:48:30 +0100 |
commit | 671ff32f6fb5875a97b1cafc5f2703d992fdfb2f (patch) | |
tree | ba0d9817b80ad611d625c5f658f7ed16b0a3dc35 | |
parent | 29cd1614219c73385b40376d2762596f3dc3218a (diff) | |
download | scummvm-rg350-671ff32f6fb5875a97b1cafc5f2703d992fdfb2f.tar.gz scummvm-rg350-671ff32f6fb5875a97b1cafc5f2703d992fdfb2f.tar.bz2 scummvm-rg350-671ff32f6fb5875a97b1cafc5f2703d992fdfb2f.zip |
AVALANCHE: Change some variable's type, remove unused function.
-rw-r--r-- | engines/avalanche/ghostroom.h | 5 |
1 files changed, 2 insertions, 3 deletions
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); |