From 9c58c936c8eeacf656e6304f54ddf795574bf57d Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 18 Jan 2013 08:32:07 +0100 Subject: HOPKINS: Some renaming and refactoring --- engines/hopkins/objects.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'engines/hopkins/objects.h') 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); -- cgit v1.2.3