Skip to content

Commit

Permalink
HOPKINS: Renaming in LinesManager and Globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Feb 22, 2013
1 parent 5d36b5f commit b0a55e7
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 211 deletions.
2 changes: 1 addition & 1 deletion engines/hopkins/globals.cpp
Expand Up @@ -125,7 +125,7 @@ Globals::Globals() {
_menuTextOff = 0;
_menuDisplayType = 0;
_sortedDisplayCount = 0;
NOT_VERIF = false;
_checkDistanceFl = false;
_characterType = 0;
_actionMoveTo = false;
Compteur = 0;
Expand Down
2 changes: 1 addition & 1 deletion engines/hopkins/globals.h
Expand Up @@ -307,13 +307,13 @@ class Globals {

bool _actionMoveTo;
bool _freezeCharacterFl;
bool _checkDistanceFl;

int iRegul;
byte *BUF_ZONE;
BqeAnimItem _animBqe[35];
byte *SPRITE_ECRAN;
byte *PERSO;
bool NOT_VERIF;
ObjetWItem ObjetW[300];
int NUM_FICHIER_OBJ;
byte *ADR_FICHIER_OBJ;
Expand Down

0 comments on commit b0a55e7

Please sign in to comment.