diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 79f21863..74997b90 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -335,6 +335,7 @@ void Game::logic() // Handle all necessary game logic beingManager->logic(); + floorItemManager->logic(); particleEngine->update(); if (mCurrentMap) mCurrentMap->update(); |