aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-11-11 23:04:04 +0000
committerArnaud Boutonné2010-11-11 23:04:04 +0000
commita0199df818a90fcd142ef7d0adbc3bbda98003ac (patch)
tree6233a08e2bc5146387bd7728ab4339df6ac6c656 /engines/hugo/hugo.h
parenta65ab98726442b0e207c2466b238535bb2a6b016 (diff)
downloadscummvm-rg350-a0199df818a90fcd142ef7d0adbc3bbda98003ac.tar.gz
scummvm-rg350-a0199df818a90fcd142ef7d0adbc3bbda98003ac.tar.bz2
scummvm-rg350-a0199df818a90fcd142ef7d0adbc3bbda98003ac.zip
HUGO: Cleanup, move several functions and variables to the object class
svn-id: r54212
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 4f371117ab..985499896e 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -158,7 +158,6 @@ public:
uint16 _look;
uint16 _take;
uint16 _drop;
- uint16 _numObj;
GUI::Debugger *getDebugger() { return _console; }
@@ -200,7 +199,6 @@ public:
void clearBoundary(int x1, int x2, int y);
void endGame();
void initStatus();
- void readObjectImages();
void readScreenFiles(int screen);
void screenActions(int screen);
void setNewScreen(int screen);