Split r3159..r3161, part 9: make CON's 'respawnhitag' unconditional on hitag.

... in the 'default' case (non-FEM* tiles).

git-svn-id: https://svn.eduke32.com/eduke32@3175 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-11-15 14:28:21 +00:00
parent 2cb3734f85
commit 6b01b43713

View file

@ -4981,7 +4981,8 @@ nullquote:
if (vm.g_sp->yvel) G_OperateRespawns(vm.g_sp->yvel);
break;
default:
if (vm.g_sp->hitag >= 0) G_OperateRespawns(vm.g_sp->hitag);
// if (vm.g_sp->hitag >= 0)
G_OperateRespawns(vm.g_sp->hitag);
break;
}
continue;