Make two-way trains capable of carrying SE49 or SE50 sprites.

git-svn-id: https://svn.eduke32.com/eduke32@2614 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-04-28 21:56:23 +00:00
parent 475b920e8e
commit 5dd8d20e7a

View file

@ -6068,7 +6068,8 @@ ACTOR_STATIC void G_MoveEffectors(void) //STATNUM 3
j = headspritesect[s->sectnum];
while (j >= 0)
{
if (sprite[j].picnum != SECTOREFFECTOR && sprite[j].picnum != LOCATORS)
if ((sprite[j].picnum != SECTOREFFECTOR || sprite[j].lotag==49 || sprite[j].lotag==50)
&& sprite[j].picnum != LOCATORS)
{
if (numplayers < 2 && !g_netServer)
{