summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index b9a426b..04380be 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -62,7 +62,7 @@ namespace game {
rectf_t size, render_size;
entity_t(game::state_t *game, int type_);
- ~entity_t(void) {};
+ virtual ~entity_t(void) = 0;
void destroy(void);
void place(world::world_t *world);