aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.cpp')
-rw-r--r--engines/tony/globals.cpp106
1 files changed, 53 insertions, 53 deletions
diff --git a/engines/tony/globals.cpp b/engines/tony/globals.cpp
index 6f81e81a48..e676f33174 100644
--- a/engines/tony/globals.cpp
+++ b/engines/tony/globals.cpp
@@ -35,13 +35,13 @@ Globals::Globals() {
_curBackText = NULL;
_bTonyIsSpeaking = false;
_curChangedHotspot = 0;
- Tony = NULL;
- Pointer = NULL;
- Boxes = NULL;
- Loc = NULL;
- Inventory = NULL;
- Input = NULL;
- GfxEngine = NULL;
+ _tony = NULL;
+ _pointer = NULL;
+ _boxes = NULL;
+ _loc = NULL;
+ _inventory = NULL;
+ _input = NULL;
+ _gfxEngine = NULL;
LoadLocation = NULL;
UnloadLocation = NULL;
LinkGraphicTask = NULL;
@@ -56,9 +56,9 @@ Globals::Globals() {
DisableGUI = NULL;
SetPalesati = NULL;
- dwTonyNumTexts = 0;
- bTonyInTexts = false;
- bStaticTalk = false;
+ _dwTonyNumTexts = 0;
+ _bTonyInTexts = false;
+ _bStaticTalk = false;
_bPatIrqFreeze = false;
_bCfgInvLocked = false;
_bCfgInvNoScroll = false;
@@ -86,52 +86,52 @@ Globals::Globals() {
_bFadeOutStop = false;
// OSystem::MutexRef vdb;
- Common::fill(&mut[0], &mut[10], 0);
- bSkipIdle = false;
- hSkipIdle = 0;
- lastMusic = 0;
- lastTappeto = 0;
- Common::fill(&tappeti[0], &tappeti[200], 0);
+ Common::fill(&_mut[0], &_mut[10], 0);
+ _bSkipIdle = false;
+ _hSkipIdle = 0;
+ _lastMusic = 0;
+ _lastTappeto = 0;
+ Common::fill(&_tappeti[0], &_tappeti[200], 0);
SFM_nLoc = 0;
// MPAL global variables
- mpalError = 0;
- lpiifCustom = NULL;
- lplpFunctions = NULL;
- lplpFunctionStrings = NULL;
- nObjs = 0;
- nVars = 0;
- hVars = NULL;
- lpmvVars = NULL;
- nMsgs = 0;
- hMsgs = NULL;
- lpmmMsgs = NULL;
- nDialogs = 0;
- hDialogs = NULL;
- lpmdDialogs = NULL;
- nItems = 0;
- hItems = NULL;
- lpmiItems = NULL;
- nLocations = 0;
- hLocations = NULL;
- lpmlLocations = NULL;
- nScripts = 0;
- hScripts = NULL;
- lpmsScripts = NULL;
- nResources = 0;
- lpResources = NULL;
- bExecutingAction = false;
- bExecutingDialog = false;
- Common::fill(&nPollingLocations[0], &nPollingLocations[MAXPOLLINGLOCATIONS], 0);
- Common::fill(&hEndPollingLocations[0], &hEndPollingLocations[MAXPOLLINGLOCATIONS], 0);
- Common::fill(&PollingThreads[0], &PollingThreads[MAXPOLLINGLOCATIONS], 0);
- hAskChoice = 0;
- hDoneChoice = 0;
- nExecutingAction = 0;
- nExecutingDialog = 0;
- nExecutingChoice = 0;
- nSelectedChoice = 0;
- nTonyNextTalkType = RMTony::TALK_NORMAL;
+ _mpalError = 0;
+ _lpiifCustom = NULL;
+ _lplpFunctions = NULL;
+ _lplpFunctionStrings = NULL;
+ _nObjs = 0;
+ _nVars = 0;
+ _hVars = NULL;
+ _lpmvVars = NULL;
+ _nMsgs = 0;
+ _hMsgs = NULL;
+ _lpmmMsgs = NULL;
+ _nDialogs = 0;
+ _hDialogs = NULL;
+ _lpmdDialogs = NULL;
+ _nItems = 0;
+ _hItems = NULL;
+ _lpmiItems = NULL;
+ _nLocations = 0;
+ _hLocations = NULL;
+ _lpmlLocations = NULL;
+ _nScripts = 0;
+ _hScripts = NULL;
+ _lpmsScripts = NULL;
+ _nResources = 0;
+ _lpResources = NULL;
+ _bExecutingAction = false;
+ _bExecutingDialog = false;
+ Common::fill(&_nPollingLocations[0], &_nPollingLocations[MAXPOLLINGLOCATIONS], 0);
+ Common::fill(&_hEndPollingLocations[0], &_hEndPollingLocations[MAXPOLLINGLOCATIONS], 0);
+ Common::fill(&_pollingThreads[0], &_pollingThreads[MAXPOLLINGLOCATIONS], 0);
+ _hAskChoice = 0;
+ _hDoneChoice = 0;
+ _nExecutingAction = 0;
+ _nExecutingDialog = 0;
+ _nExecutingChoice = 0;
+ _nSelectedChoice = 0;
+ _nTonyNextTalkType = RMTony::TALK_NORMAL;
_saveTonyLoc = 0;
for (int i = 0; i < 16; ++i)