Fix platforms in q64/outpost

Fix regression from 30fa1d6b83

Issue comes from Rogue code merge.
This commit is contained in:
Denis Pauk 2024-07-24 12:51:42 +03:00
parent 6c16fe1e8e
commit 7551b683de

View file

@ -3349,6 +3349,8 @@ again:
Move_Calc(self, dest, train_wait); Move_Calc(self, dest, train_wait);
self->spawnflags |= TRAIN_START_ON; self->spawnflags |= TRAIN_START_ON;
/*
Rogue code, broke platforms in q64/outpost
if (self->team) if (self->team)
{ {
edict_t *e; edict_t *e;
@ -3371,6 +3373,7 @@ again:
Move_Calc(e, dst, train_piece_wait); Move_Calc(e, dst, train_piece_wait);
} }
} }
*/
} }
void void