]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/t_items.qc
Merge branch 'master' into TimePath/physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / t_items.qc
index 0de2fe1cf5003da09c5a04d89fb8daccf4dfcbb3..8563349fd920f74e725c66bd4cd9609ae8142fa3 100644 (file)
@@ -195,6 +195,7 @@ NET_HANDLE(ENT_CLIENT_ITEM, bool isnew)
     {
         this.drawmask  = MASK_NORMAL;
                this.move_movetype = MOVETYPE_TOSS;
+               if (isnew) IL_PUSH(g_drawables, this);
         this.draw       = ItemDraw;
         this.solid = SOLID_TRIGGER;
         //this.flags |= FL_ITEM;