aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 0911782eac..6966bd7264 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -252,22 +252,22 @@ public:
uint16 _nObjs;
uint16 _nVars;
HGLOBAL _hVars;
- LPMPALVAR _lpmvVars;
+ LpMpalVar _lpmvVars;
uint16 _nMsgs;
HGLOBAL _hMsgs;
- LPMPALMSG _lpmmMsgs;
+ LpMpalMsg _lpmmMsgs;
uint16 _nDialogs;
HGLOBAL _hDialogs;
- LPMPALDIALOG _lpmdDialogs;
+ LpMpalDialog _lpmdDialogs;
uint16 _nItems;
HGLOBAL _hItems;
- LPMPALITEM _lpmiItems;
+ LpMpalItem _lpmiItems;
uint16 _nLocations;
HGLOBAL _hLocations;
- LPMPALLOCATION _lpmlLocations;
+ LpMpalLocation _lpmlLocations;
uint16 _nScripts;
HGLOBAL _hScripts;
- LPMPALSCRIPT _lpmsScripts;
+ LpMpalScript _lpmsScripts;
Common::File _hMpr;
uint16 _nResources;
uint32 *_lpResources;