aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2013-01-18 08:32:07 +0100
committerStrangerke2013-01-18 08:32:07 +0100
commit9c58c936c8eeacf656e6304f54ddf795574bf57d (patch)
treecc67a406880e98440a44386f8daee1997c89196a /engines/hopkins/objects.h
parentc8c1c88654c822a9a6e316a36ca9e9c356305698 (diff)
downloadscummvm-rg350-9c58c936c8eeacf656e6304f54ddf795574bf57d.tar.gz
scummvm-rg350-9c58c936c8eeacf656e6304f54ddf795574bf57d.tar.bz2
scummvm-rg350-9c58c936c8eeacf656e6304f54ddf795574bf57d.zip
HOPKINS: Some renaming and refactoring
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 8c0741c1f1..384b7c70b2 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -72,8 +72,8 @@ public:
int I_old_x, I_old_y;
int g_old_x, g_old_y;
int FLAG_VISIBLE_EFFACE;
- byte *SL_SPR;
- byte *SL_SPR2;
+ byte *_saveLoadSprite;
+ byte *_saveLoadSprite2;
byte *_spritePtr;
const byte *S_old_spr;
bool PERSO_ON;
@@ -92,13 +92,10 @@ public:
Common::Point _characterPos;
int PERI;
bool OBSSEUL;
- int NVVERBE;
- int NVZONE;
- int S_old_ani;
+ int _jumpVerb;
+ int _jumpZone;
+ int _oldSpriteIndex;
int S_old_ret;
- int nouveau_x, nouveau_y;
- int _newDirection;
- int nouveau_anim;
public:
ObjectsManager();
void setParent(HopkinsEngine *vm);