From 682e70623ac864037e9b81b4215202cdece09bed Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 2 Jan 2013 00:57:00 +0100 Subject: HOPKINS: More refactoring and renaming, remove several useless variables --- engines/hopkins/objects.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'engines/hopkins/objects.h') diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h index 7f50a20232..5067e8f0ec 100644 --- a/engines/hopkins/objects.h +++ b/engines/hopkins/objects.h @@ -68,7 +68,7 @@ public: int _oldBorderSpriteIndex; Common::Point _borderPos; int _borderSpriteIndex; - int SL_X, SL_Y; + int _saveLoadX, _saveLoadY; int I_old_x, I_old_y; int g_old_x, g_old_y; int FLAG_VISIBLE_EFFACE; @@ -77,15 +77,13 @@ public: byte *_spritePtr; const byte *S_old_spr; bool PERSO_ON; - bool SL_FLAG; + bool _saveLoadFl; int SL_MODE; bool _visibleFl; bool _disableCursorFl; bool BOBTOUS; int my_anim; int NUMZONE; - int ARRET_PERSO_FLAG; - int ARRET_PERSO_NUM; bool _forceZoneFl; bool _changeVerbFl; int _verb; @@ -93,7 +91,7 @@ public: int SPEED_X, SPEED_Y; int SPEED_IMAGE; byte *SPEED_PTR; - int DERLIGNE; + int _lastLine; int A_ANIM; int MA_ANIM; int MA_ANIM1; @@ -151,11 +149,11 @@ public: void SCBOB(int idx); void CALCUL_BOB(int idx); - void VERIFCACHE(); + void checkCache(); void DEF_SPRITE(int idx); void DEF_CACHE(int idx); void computeSprite(int idx); - int AvantTri(TriMode triMode, int index, int priority); + int beforeSort(SortMode triMode, int index, int priority); void displayBobAnim(); void displayVBob(); -- cgit v1.2.3