aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/ghostroom.h
diff options
context:
space:
mode:
authoruruk2014-04-12 21:03:17 +0200
committeruruk2014-04-12 21:03:17 +0200
commitfc131804652aee81cbc434d62d8914b0959e70ad (patch)
treea2bc897108bcc058f45ffc1a2988c073c110168e /engines/avalanche/ghostroom.h
parent759e499626013a92917ea6bb3f9190486ae41c1d (diff)
downloadscummvm-rg350-fc131804652aee81cbc434d62d8914b0959e70ad.tar.gz
scummvm-rg350-fc131804652aee81cbc434d62d8914b0959e70ad.tar.bz2
scummvm-rg350-fc131804652aee81cbc434d62d8914b0959e70ad.zip
AVALANCHE: Merge ghostDrawGhost and ghostDrawGlerk.
Diffstat (limited to 'engines/avalanche/ghostroom.h')
-rw-r--r--engines/avalanche/ghostroom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/ghostroom.h b/engines/avalanche/ghostroom.h
index ebb02f7aac..4c659128ce 100644
--- a/engines/avalanche/ghostroom.h
+++ b/engines/avalanche/ghostroom.h
@@ -58,11 +58,11 @@ private:
static const byte kGreldetFade[18];
Common::Point dummyCoord;
- byte _ghost[5][2][66][26];
+ byte ****_ghost;// [5][2][66][26]
Graphics::Surface _eyes[2];
Graphics::Surface _exclamation;
Graphics::Surface _bat[3];
- byte _glerk[6][4][35][9];
+ byte ****_glerk; // [6][4][35][9]
Graphics::Surface _aargh[6];
Common::Point _aarghWhere[6];
Graphics::Surface _greenEyes[5];