aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/inventory.h')
-rw-r--r--engines/tony/inventory.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/tony/inventory.h b/engines/tony/inventory.h
index d8b20827b4..2b6248f7eb 100644
--- a/engines/tony/inventory.h
+++ b/engines/tony/inventory.h
@@ -39,9 +39,9 @@
namespace Tony {
struct RMInventoryItem {
- RMItem icon;
- RMGfxSourceBuffer8RLEByteAA *pointer;
- int status;
+ RMItem _icon;
+ RMGfxSourceBuffer8RLEByteAA *_pointer;
+ int _status;
};
class RMInventory : public RMGfxWoodyBuffer {
@@ -72,8 +72,8 @@ protected:
bool _bBlinkingRight, _bBlinkingLeft;
- int miniAction;
- RMItem miniInterface;
+ int _miniAction;
+ RMItem _miniInterface;
RMText _hints[3];
OSystem::MutexRef _csModifyInterface;