- add messages for sector light change, thinker creation, and destruction
This commit is contained in:
parent
766b558119
commit
a4e3aca33c
7 changed files with 42 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ struct NullLevelMeshUpdater : UpdateLevelMesh
|
|||
virtual void SectorChangedOther(struct sector_t* sector) {};
|
||||
|
||||
virtual void SideTextureChanged(struct side_t* side, int section) {};
|
||||
|
||||
virtual void SectorLightChanged(struct sector_t* sector) {};
|
||||
virtual void SectorLightThinkerCreated(struct sector_t* sector, class DLighting* lightthinker) {};
|
||||
virtual void SectorLightThinkerDestroyed(struct sector_t* sector, class DLighting* lightthinker) {};
|
||||
};
|
||||
|
||||
static NullLevelMeshUpdater nullUpdater;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue