mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
ru:: added missing entity destructor
This commit is contained in:
@@ -185,6 +185,7 @@ template<class T> struct statarray : array<T, qstat> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct entity {
|
struct entity {
|
||||||
|
virtual ~entity() {}
|
||||||
virtual xy siz() = 0;
|
virtual xy siz() = 0;
|
||||||
xy where, vel;
|
xy where, vel;
|
||||||
bool existing;
|
bool existing;
|
||||||
|
Reference in New Issue
Block a user