mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Fix platforms in q64/outpost
Fix regression from 30fa1d6b83
Issue comes from Rogue code merge.
This commit is contained in:
parent
6c16fe1e8e
commit
7551b683de
1 changed files with 3 additions and 0 deletions
|
@ -3349,6 +3349,8 @@ again:
|
|||
Move_Calc(self, dest, train_wait);
|
||||
self->spawnflags |= TRAIN_START_ON;
|
||||
|
||||
/*
|
||||
Rogue code, broke platforms in q64/outpost
|
||||
if (self->team)
|
||||
{
|
||||
edict_t *e;
|
||||
|
@ -3371,6 +3373,7 @@ again:
|
|||
Move_Calc(e, dst, train_piece_wait);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue