mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10:41:24 +00:00
- renamed vel.
This commit is contained in:
parent
cb81a50752
commit
e7b09dbaac
25 changed files with 539 additions and 539 deletions
|
@ -678,9 +678,9 @@ void DCoreActor::Serialize(FSerializer& arc)
|
|||
("time", time)
|
||||
("spritesetindex", spritesetindex)
|
||||
("spriteext", sprext)
|
||||
("xvel", vel.X)
|
||||
("yvel", vel.Y)
|
||||
("zvel", vel.Z);
|
||||
("xvel", __int_vel.X)
|
||||
("yvel", __int_vel.Y)
|
||||
("zvel", __int_vel.Z);
|
||||
|
||||
if (arc.isReading()) spsmooth = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue