mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-06 17:41:01 +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);
|
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
|
||||||
|
|
Loading…
Reference in a new issue