diff options
Diffstat (limited to '')
-rw-r--r-- | source/items/Item.cpp | 1 |
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;
}
|