diff options
author | Stijn Buys <ingar@osirion.org> | 2008-11-10 18:02:13 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-11-10 18:02:13 +0000 |
commit | 03d5bc014c0e815c6aaeec16d81e225e08732ab0 (patch) | |
tree | 05aa0464284059bdc05d96f3cc17e081a0da78ee /src/core | |
parent | a1eb1b4dc4d81df724ee43fc4e895dd22e81760f (diff) |
adds jumpgate, station, ship dealer
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/entity.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |