Merge branch 'master' into scripting

Conflicts:
	src/actor.h
	src/p_user.cpp
	src/thingdef/thingdef_expression.cpp
This commit is contained in:
Christoph Oelckers 2016-01-20 15:16:06 +01:00
commit c78344c19d
11 changed files with 303 additions and 324 deletions

View file

@ -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