aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.cpp
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.cpp
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.cpp')
-rw-r--r--engines/tony/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/inventory.cpp b/engines/tony/inventory.cpp
index 9b8f346aaf..a660ad736e 100644
--- a/engines/tony/inventory.cpp
+++ b/engines/tony/inventory.cpp
@@ -231,7 +231,7 @@ void RMInventory::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *pr
CORO_END_CODE;
}
-void RMInventory::RemoveThis(CORO_PARAM, bool &result) {
+void RMInventory::removeThis(CORO_PARAM, bool &result) {
if (m_state == CLOSED)
result = true;
else