summaryrefslogtreecommitdiff
path: root/src/object_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_cmd.cpp')
-rw-r--r--src/object_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object_cmd.cpp b/src/object_cmd.cpp
index 6603ed1bc..2f8dcda03 100644
--- a/src/object_cmd.cpp
+++ b/src/object_cmd.cpp
@@ -55,7 +55,6 @@ uint16 Object::counts[NUM_OBJECTS];
/** Initialize/reset the objects. */
void InitializeObjects()
{
- _object_pool.CleanPool();
Object::ResetTypeCounts();
}