Skip to content

Commit

Permalink
TONY: Rename some more variables and structures
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Aug 31, 2012
1 parent 56c5961 commit 7fbfbc8
Show file tree
Hide file tree
Showing 7 changed files with 405 additions and 429 deletions.
12 changes: 6 additions & 6 deletions engines/tony/globals.h
Expand Up @@ -252,22 +252,22 @@ class Globals {
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;
Expand Down

0 comments on commit 7fbfbc8

Please sign in to comment.