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