From bee170570de7a796ac7b5ba6c0b39b253380b5e3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 30 Nov 2012 18:12:32 +0200 Subject: On-demand item meshes and textures --- src/game.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/game.cpp') 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 */ -- cgit v1.2.3