- fixed some merging issues.

# Conflicts:
#	src/g_shared/a_decals.cpp
This commit is contained in:
Christoph Oelckers 2019-01-23 21:37:51 +01:00 committed by drfrag
parent 67c4317d54
commit f90dadba44

View file

@ -621,6 +621,7 @@ void DInterBackground::drawBackground(int state, bool drawsplat, bool snl_pointe
for (i = 0; i<anims.Size(); i++)
{
in_anim_t * a = &anims[i];
level_info_t *li;
switch (a->type & ANIM_CONDITION)
{