aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2013-01-27 20:20:36 +0100
committerStrangerke2013-01-27 20:20:36 +0100
commitb9f9b2c75b372194122dfae4d8b75d7c3a5dc254 (patch)
tree055aa2a5b35385e57e2c5f3e956144cb3b2feede /engines/hopkins/objects.h
parenta50c05f7d0b98a1777f7b97af54bb2c842de0318 (diff)
downloadscummvm-rg350-b9f9b2c75b372194122dfae4d8b75d7c3a5dc254.tar.gz
scummvm-rg350-b9f9b2c75b372194122dfae4d8b75d7c3a5dc254.tar.bz2
scummvm-rg350-b9f9b2c75b372194122dfae4d8b75d7c3a5dc254.zip
HOPKINS: Move some more members to LinesManager
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index d1a40d73d4..ef7b069152 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -50,17 +50,6 @@ struct SpriteItem {
int _reducePct;
};
-struct CarreZoneItem {
- int _enabledFl;
- int _left;
- int _right;
- int _top;
- int _bottom;
- int _minZoneLineIdx;
- int _maxZoneLineIdx;
- bool _squareZoneFl;
-};
-
class HopkinsEngine;
class ObjectsManager {
@@ -101,7 +90,7 @@ public:
int _jumpZone;
int _oldSpriteIndex;
bool _oldFlipFl;
- CarreZoneItem CarreZone[101];
+ int _curObjectIndex;
public:
ObjectsManager();
void setParent(HopkinsEngine *vm);
@@ -157,7 +146,6 @@ public:
void GOHOME();
void GOHOME2();
void loadZone(const Common::String &file);
- void CARRE_ZONE();
void PLAN_BETA();
void handleLeftButton();
void PARADISE();
@@ -171,10 +159,8 @@ public:
void changeCharacterHead(PlayerCharacter oldCharacter, PlayerCharacter newCharacter);
void computeAndSetSpriteSize();
- void PACOURS_PROPRE(int16 *a1);
void nextVerbIcon();
void handleRightButton();
- int MZONE();
void initBorder(int a1);
void nextObjectIcon(int idx);
void takeInventoryObject(int idx);
@@ -207,8 +193,6 @@ public:
void SCI_OPTI_ONE(int idx, int a2, int a3, int a4);
void disableVerb(int idx, int a2);
void enableVerb(int idx, int a2);
- int CALC_PROPRE(int idx);
- int colision(int xp, int yp);
void ACTION(const byte *spriteData, const Common::String &a2, int a3, int a4, int speed, bool flipFl);
void SPACTION(byte *spriteData, const Common::String &animationSeq, int a3, int a4, int speed, bool flipFl);