aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
authorStrangerke2012-09-01 00:25:35 +0200
committerStrangerke2012-09-01 00:25:35 +0200
commitf2df769aab10e719cc4fba6cb71e1500eb3acae4 (patch)
tree6e1d574e9fe484639612f350e47f125740fbaf80 /engines/tony/globals.h
parent7fbfbc8e6b57729e1a5008d256b28b0571f1c3b6 (diff)
downloadscummvm-rg350-f2df769aab10e719cc4fba6cb71e1500eb3acae4.tar.gz
scummvm-rg350-f2df769aab10e719cc4fba6cb71e1500eb3acae4.tar.bz2
scummvm-rg350-f2df769aab10e719cc4fba6cb71e1500eb3acae4.zip
TONY: More renaming
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 6966bd7264..eda99eeee2 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -150,9 +150,9 @@ typedef struct {
int _nCf;
int _arg1, _arg2, _arg3, _arg4;
-} CFCALL;
-typedef CFCALL *LPCFCALL;
-typedef LPCFCALL *LPLPCFCALL;
+} CfCall;
+typedef CfCall *LpCfCall;
+typedef LpCfCall *LPLPCFCALL;
struct CoroutineMutex {
@@ -176,20 +176,20 @@ public:
Common::String _nextMusic;
bool _nextLoop;
- int _nextChannel;
- int _nextSync;
- int _curChannel;
- int _flipflop;
+ int _nextChannel;
+ int _nextSync;
+ int _curChannel;
+ int _flipflop;
CharacterStruct _character[16];
MCharacterStruct _mCharacter[10];
ChangedHotspotStruct _changedHotspot[256];
bool _isMChar[16];
bool _bAlwaysDisplay;
RMPoint _saveTonyPos;
- int _saveTonyLoc;
+ int _saveTonyLoc;
RMTextDialog *_curBackText;
bool _bTonyIsSpeaking;
- int _curChangedHotspot;
+ int _curChangedHotspot;
bool _bCfgInvLocked;
bool _bCfgInvNoScroll;
bool _bCfgTimerizedText;
@@ -210,8 +210,8 @@ public:
bool _bSkipSfxNoLoop;
bool _bIdleExited;
bool _bNoBullsEye;
- int _curDialog;
- int _curSoundEffect;
+ int _curDialog;
+ int _curSoundEffect;
bool _bFadeOutStop;
RMTony *_tony;
@@ -251,22 +251,22 @@ public:
Common::String *_lplpFunctionStrings;
uint16 _nObjs;
uint16 _nVars;
- HGLOBAL _hVars;
+ MpalHandle _hVars;
LpMpalVar _lpmvVars;
uint16 _nMsgs;
- HGLOBAL _hMsgs;
+ MpalHandle _hMsgs;
LpMpalMsg _lpmmMsgs;
uint16 _nDialogs;
- HGLOBAL _hDialogs;
+ MpalHandle _hDialogs;
LpMpalDialog _lpmdDialogs;
uint16 _nItems;
- HGLOBAL _hItems;
+ MpalHandle _hItems;
LpMpalItem _lpmiItems;
uint16 _nLocations;
- HGLOBAL _hLocations;
+ MpalHandle _hLocations;
LpMpalLocation _lpmlLocations;
uint16 _nScripts;
- HGLOBAL _hScripts;
+ MpalHandle _hScripts;
LpMpalScript _lpmsScripts;
Common::File _hMpr;
uint16 _nResources;