aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.h
diff options
context:
space:
mode:
authorStrangerke2012-06-05 08:39:55 +0200
committerStrangerke2012-06-05 08:39:55 +0200
commit23c95d7014ee9875bb1b55c696d0245d7f114ba8 (patch)
tree460c6cbc7aab5c49609358117faa7da62e5e1454 /engines/tony/inventory.h
parent93cba6d88049d73b965143130a1f7751e3dc79db (diff)
downloadscummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.gz
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.bz2
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.zip
TONY: Some more renaming
Diffstat (limited to 'engines/tony/inventory.h')
-rw-r--r--engines/tony/inventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/inventory.h b/engines/tony/inventory.h
index a5f02603e7..87ccaa33b4 100644
--- a/engines/tony/inventory.h
+++ b/engines/tony/inventory.h
@@ -101,7 +101,7 @@ public:
virtual void RemoveThis(CORO_PARAM, bool &result);
// Overload the drawing of the inventory
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
// Method for determining whether the inventory currently has the focus
bool HaveFocus(const RMPoint &mpos);
@@ -193,7 +193,7 @@ public:
bool GetPalesati(void);
// Overloaded Draw
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
};
} // End of namespace Tony