- deprecated the global 'level' variable.

This will currently output 9 warnings for the UDMF property getters. To silence these a bit more work is needed.
This commit is contained in:
Christoph Oelckers 2019-01-27 14:33:02 +01:00
commit 84baa5bb4d
3 changed files with 17 additions and 2 deletions

View file

@ -1681,6 +1681,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(APlayerPawn, GetPrintableDisplayName, GetPrintable
DEFINE_FIELD(DThinker, Level)
DEFINE_FIELD(AActor, snext)
DEFINE_FIELD(AActor, player)
DEFINE_FIELD_NAMED(AActor, __Pos, pos)