summaryrefslogtreecommitdiffstats
path: root/source/items/Item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/items/Item.cpp')
-rw-r--r--source/items/Item.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/items/Item.cpp b/source/items/Item.cpp
index 17f4ead71..f1b376493 100644
--- a/source/items/Item.cpp
+++ b/source/items/Item.cpp
@@ -179,6 +179,7 @@ void cItemHandler::Deinit()
{
delete m_ItemHandler[i];
}
+ m_HandlerInitialized = false;
}