diff options
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/world.cpp b/src/world.cpp index a5e8869..a41b793 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -369,6 +369,10 @@ entity_t::entity_t(int type_) type = type_; } +entity_t::~entity_t(void) +{ +} + void entity_t::link_to_sector(sector_t *sector) { parents.push_back(sector); |