- 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:
parent
3c0200de19
commit
b12de04258
4 changed files with 23 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue