aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.h
diff options
context:
space:
mode:
authorStrangerke2017-01-22 22:38:18 +0100
committerEugene Sandulenko2017-01-25 22:42:25 +0100
commitb455532d3474ed8f06ada1ba90d13a414cac04da (patch)
treec63e8275086611feb7fe69f95e429a3563f46771 /engines/cryo/eden.h
parent862f22e72aaa5336990587fc91ec1a108bea0358 (diff)
downloadscummvm-rg350-b455532d3474ed8f06ada1ba90d13a414cac04da.tar.gz
scummvm-rg350-b455532d3474ed8f06ada1ba90d13a414cac04da.tar.bz2
scummvm-rg350-b455532d3474ed8f06ada1ba90d13a414cac04da.zip
CRYO: move tab_2CB1E to EdenGame
Diffstat (limited to 'engines/cryo/eden.h')
-rw-r--r--engines/cryo/eden.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/engines/cryo/eden.h b/engines/cryo/eden.h
index 20c8f17f7f..4cc74494d3 100644
--- a/engines/cryo/eden.h
+++ b/engines/cryo/eden.h
@@ -353,7 +353,7 @@ private:
void newMushroom();
void newEmptyNest();
void newNestWithEggs();
- void newor();
+ void newGold();
void gotoPanel();
void noclicpanel();
void generique();
@@ -711,9 +711,9 @@ private:
int16 word_378CC; // TODO: set by CLComputer_Init to 0
int16 word_378CE; // CHECKME: Unused
- int _invIconsCount;
- int _invIconsBase;
- int _roomIconsBase;
+ int _invIconsCount;
+ int _invIconsBase;
+ int _roomIconsBase;
//// cube.c
int16 _cosTable[361];
@@ -731,6 +731,8 @@ private:
int _cubeFaces;
uint32 _cursorOldTick, _cursorNewTick;
byte *_codePtr;
+
+ uint8 tab_2CB1E[8][4];
};
}