aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.h
diff options
context:
space:
mode:
authorStrangerke2012-06-05 18:51:20 +0200
committerStrangerke2012-06-05 18:51:20 +0200
commit380c86fd4073415ee485c244383cc15d3b45b703 (patch)
tree4990dd0ea96b5edb5f5b8cc7ba08debf95dd65fa /engines/tony/inventory.h
parent23c95d7014ee9875bb1b55c696d0245d7f114ba8 (diff)
downloadscummvm-rg350-380c86fd4073415ee485c244383cc15d3b45b703.tar.gz
scummvm-rg350-380c86fd4073415ee485c244383cc15d3b45b703.tar.bz2
scummvm-rg350-380c86fd4073415ee485c244383cc15d3b45b703.zip
TONY: Some renaming
Diffstat (limited to 'engines/tony/inventory.h')
-rw-r--r--engines/tony/inventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/inventory.h b/engines/tony/inventory.h
index 87ccaa33b4..9ed250592d 100644
--- a/engines/tony/inventory.h
+++ b/engines/tony/inventory.h
@@ -98,7 +98,7 @@ public:
void Reset(void);
// Overload test for removal from OT list
- virtual void RemoveThis(CORO_PARAM, bool &result);
+ virtual void removeThis(CORO_PARAM, bool &result);
// Overload the drawing of the inventory
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);