aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2013-03-24 22:11:52 +0100
committerStrangerke2013-03-24 22:12:50 +0100
commit57abce19b1da832f1f108f6aff22e40649572f97 (patch)
treefe5f35242cef47fb5962503a754595d02a63ac4c /engines/hopkins/objects.h
parentb0f0a6cd92d922115916947929060096f91a19d5 (diff)
downloadscummvm-rg350-57abce19b1da832f1f108f6aff22e40649572f97.tar.gz
scummvm-rg350-57abce19b1da832f1f108f6aff22e40649572f97.tar.bz2
scummvm-rg350-57abce19b1da832f1f108f6aff22e40649572f97.zip
HOPKINS: More refactoring of Globals
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 44cd4e723e..80dfb3ad7c 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -101,6 +101,8 @@ private:
int _curGestureFile;
byte *_gestureBuf;
int _homeRateCounter;
+ int _sortedDisplayCount;
+ SortItem _sortedDisplay[51];
void sprite_alone(const byte *objectData, byte *sprite, int objIndex);
void removeObjectDataBuf();