summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 086293894..a38ffa13c 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1416,11 +1416,12 @@ void the_game(
g_gamecallback->changepassword_requested = false;
}
- /*
- Process TextureSource's queue
- */
+ /* Process TextureSource's queue */
tsrc->processQueue();
+ /* Process ItemDefManager's queue */
+ itemdef->processQueue(gamedef);
+
/*
Random calculations
*/