aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tonychar.h
diff options
context:
space:
mode:
authorStrangerke2012-06-11 21:43:04 +0200
committerStrangerke2012-06-11 21:43:04 +0200
commit5de8b7aa74ad01daea0d41eebd24ad6f63edccd4 (patch)
tree8a6ca67df3e89fcfad7e4667bc128b1a2b275ba2 /engines/tony/tonychar.h
parent94df38bfb4f2d9831e1cdc7cfe8a873e3ba13f42 (diff)
downloadscummvm-rg350-5de8b7aa74ad01daea0d41eebd24ad6f63edccd4.tar.gz
scummvm-rg350-5de8b7aa74ad01daea0d41eebd24ad6f63edccd4.tar.bz2
scummvm-rg350-5de8b7aa74ad01daea0d41eebd24ad6f63edccd4.zip
TONY: Rename variables in tonychar.h
Diffstat (limited to 'engines/tony/tonychar.h')
-rw-r--r--engines/tony/tonychar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/tony/tonychar.h b/engines/tony/tonychar.h
index 4e0a0f0d93..6ba66729a9 100644
--- a/engines/tony/tonychar.h
+++ b/engines/tony/tonychar.h
@@ -86,9 +86,9 @@ private:
bool _bCorpoDavanti;
RMGfxSourceBuffer8AB _ombra;
bool _bActionPending;
- RMItem *_ActionItem;
- int _Action;
- int _ActionParm;
+ RMItem *_actionItem;
+ int _action;
+ int _actionParm;
static bool _bAction;
bool _bPastorella;
@@ -97,13 +97,13 @@ private:
bool _bIsTalking;
int _nPatB4Talking;
TALKTYPE _nTalkType;
- DIRECTION _TalkDirection;
+ DIRECTION _talkDirection;
RMPoint _nBodyOffset;
int _nTimeLastStep;
RMItem _body;
- uint32 hActionThread;
+ uint32 _hActionThread;
protected:
// Overload of the allocation allocation of sprites
@@ -397,7 +397,7 @@ public:
// Check if currently in an action
bool inAction() {
- return (_bActionPending && _Action != 0) | _bAction;
+ return (_bActionPending && _action != 0) | _bAction;
}
// Check if there needs to be an update for scrolling movement