From 03d5bc014c0e815c6aaeec16d81e225e08732ab0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 10 Nov 2008 18:02:13 +0000 Subject: adds jumpgate, station, ship dealer --- src/core/entity.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/entity.h b/src/core/entity.h index 2e3b443..4e757c1 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -358,7 +358,6 @@ public: virtual ~EntityControlable(); - /*----- inspectors ------------------------------------------------ */ /// core type id @@ -458,7 +457,7 @@ public: EntityGlobe(unsigned int flags = 0); EntityGlobe(std::istream & is); - ~EntityGlobe(); + virtual ~EntityGlobe(); /*----- inspectors ----------------------------------------------- */ /// texture name -- cgit v1.2.3