Merge branch 'master' into scripting
Conflicts: src/actor.h src/p_user.cpp src/thingdef/thingdef_expression.cpp
This commit is contained in:
commit
c78344c19d
11 changed files with 303 additions and 324 deletions
|
|
@ -230,9 +230,9 @@ void AActor::Serialize (FArchive &arc)
|
|||
sprite = arc.ReadSprite ();
|
||||
}
|
||||
|
||||
arc << x
|
||||
<< y
|
||||
<< z
|
||||
arc << __pos.x
|
||||
<< __pos.y
|
||||
<< __pos.z
|
||||
<< angle
|
||||
<< frame
|
||||
<< scaleX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue