mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-19 07:01:09 +00:00
- Exhumed: Backup actor location in BuildAnubis()
.
This commit is contained in:
parent
b10b909440
commit
8d48252f1a
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ void BuildAnubis(DExhumedActor* ap, const DVector3& pos, sectortype* pSector, DA
|
|||
ap->nFrame = 0;
|
||||
ap->pTarget = nullptr;
|
||||
ap->nCount = 0;
|
||||
ap->backuploc();
|
||||
|
||||
ap->spr.intowner = runlist_AddRunRec(ap->spr.lotag - 1, ap, 0x90000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue