aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 766d1d9dfe..3e80ced2d5 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -153,14 +153,11 @@ public:
uint16 _cmdListSize;
uint16 **_screenActs;
uint16 _screenActsSize;
- act **_actListArr;
- uint16 _actListArrSize;
int16 *_defltTunes;
uint16 _look;
uint16 _take;
uint16 _drop;
uint16 _numObj;
- uint16 _alNewscrIndex;
Common::RandomSource *_rnd;
@@ -200,7 +197,6 @@ public:
void clearBoundary(int x1, int x2, int y);
void endGame();
void initStatus();
- void processMaze();
void readObjectImages();
void readScreenFiles(int screen);
void screenActions(int screen);