- User definable dynamic lights

This hasn't been tested yet!
This commit is contained in:
Christoph Oelckers 2019-06-28 12:35:42 +02:00
commit 1dcbe43d95
7 changed files with 235 additions and 6 deletions

View file

@ -186,6 +186,8 @@ AActor::~AActor ()
//
//==========================================================================
#define A(a,b) ((a), (b), def->b)
void AActor::Serialize(FSerializer &arc)
@ -364,7 +366,8 @@ void AActor::Serialize(FSerializer &arc)
A("friendlyseeblocks", friendlyseeblocks)
A("spawntime", SpawnTime)
A("spawnorder", SpawnOrder)
A("friction", Friction);
A("friction", Friction)
A("userlights", UserLights);
}
#undef A