aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/ghostroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/ghostroom.h')
-rw-r--r--engines/avalanche/ghostroom.h5
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);