Allow iqm models when storing efrags.

This commit is contained in:
Bill Currie 2012-05-11 15:25:57 +09:00
parent a880f33152
commit 15fd3be73a

View file

@ -234,6 +234,7 @@ R_StoreEfrags (const efrag_t *pefrag)
case mod_alias:
case mod_brush:
case mod_sprite:
case mod_iqm:
if (pent->visframe != r_framecount) {
R_EnqueueEntity (pent);
// mark that we've recorded this entity for this frame