diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/engine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index 7ad2fa38..555c3f17 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -57,7 +57,6 @@ bool Engine::changeMap(const std::string &mapPath) // Clean up floor items, beings and particles floorItemManager->clear(); beingManager->clear(); - particleEngine->clear(); // Unset the map of the player so that its particles are cleared before // being deleted in the next step |