- fixed the remaining deprecation warnings in the base script.

All these required access to the sector's Level reference.
The remaining references to the global 'level' variable are all in deprecated functions which is ok.
This commit is contained in:
Christoph Oelckers 2019-01-30 00:58:44 +01:00
commit b12de04258
4 changed files with 23 additions and 21 deletions

View file

@ -2926,6 +2926,7 @@ DEFINE_FIELD_X(Sector, sector_t, terrainnum)
DEFINE_FIELD_X(Sector, sector_t, floordata)
DEFINE_FIELD_X(Sector, sector_t, ceilingdata)
DEFINE_FIELD_X(Sector, sector_t, lightingdata)
DEFINE_FIELD_X(Sector, sector_t, Level)
DEFINE_FIELD_X(Sector, sector_t, interpolations)
DEFINE_FIELD_X(Sector, sector_t, soundtraversed)
DEFINE_FIELD_X(Sector, sector_t, stairlock)