mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 23:21:43 +00:00
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:
parent
2cb3734f85
commit
6b01b43713
1 changed files with 2 additions and 1 deletions
|
@ -4981,7 +4981,8 @@ nullquote:
|
||||||
if (vm.g_sp->yvel) G_OperateRespawns(vm.g_sp->yvel);
|
if (vm.g_sp->yvel) G_OperateRespawns(vm.g_sp->yvel);
|
||||||
break;
|
break;
|
||||||
default:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue