mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- final xvel cleanup.
This commit is contained in:
parent
9600face4a
commit
f8ba5bb660
10 changed files with 25 additions and 26 deletions
|
@ -497,9 +497,8 @@ DEFINE_FIELD_NAMED(DCoreActor, spr.picnum, picnum)
|
|||
DEFINE_FIELD_NAMED(DCoreActor, spr.statnum, statnum)
|
||||
//DEFINE_FIELD_NAMED(DCoreActor, spr.angle, angle)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.pos, pos)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.xint, xvel)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.yint, yvel)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.inittype, zvel)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.xint, xint)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.yint, yint)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.inittype, inittype)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.hitag, hitag)
|
||||
DEFINE_FIELD_NAMED(DCoreActor, spr.lotag, lotag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue