aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-04 22:28:51 +1000
committerPaul Gilbert2012-05-04 22:28:51 +1000
commit23cd3b7730c292539649578d1aea373812e6b4ce (patch)
tree5203528c4e63fb03b5e525e0961fe39a6a9d4b34 /engines/tony/inventory.cpp
parent9482eac1f2fc7202eb4aaa72f63552bd35f5c66e (diff)
downloadscummvm-rg350-23cd3b7730c292539649578d1aea373812e6b4ce.tar.gz
scummvm-rg350-23cd3b7730c292539649578d1aea373812e6b4ce.tar.bz2
scummvm-rg350-23cd3b7730c292539649578d1aea373812e6b4ce.zip
TONY: Fixed many warnings identified by gcc
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 1442708d56..ade9c0eb34 100644
--- a/engines/tony/inventory.cpp
+++ b/engines/tony/inventory.cpp
@@ -272,7 +272,7 @@ void RMInventory::AddItem(int code) {
ClearOT();
g_system->unlockMutex(m_csModifyInterface);
}
-};
+}
void RMInventory::ChangeItemStatus(uint32 code, uint32 dwStatus) {
if (code <= 10000 && code >= 10101) {