mirror of
https://github.com/DrBeef/Raze.git
synced 2025-04-08 00:31:04 +00:00
- second half of actors_d.cpp
This commit is contained in:
parent
f1e608685e
commit
8ff53eae7d
2 changed files with 297 additions and 309 deletions
File diff suppressed because it is too large
Load diff
|
@ -517,9 +517,8 @@ void moveminecart(void)
|
|||
DukeSectIterator it(csect);
|
||||
while (auto a2 = it.Next())
|
||||
{
|
||||
auto sj = a2->s;
|
||||
if (badguy(sj))
|
||||
SetActor(a2, { cx, cy, sj->z });
|
||||
if (badguy(&a2->spr))
|
||||
SetActor(a2, { cx, cy, a2->spr.z });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue