summaryrefslogtreecommitdiffstats
path: root/Room.h
diff options
context:
space:
mode:
Diffstat (limited to 'Room.h')
-rw-r--r--Room.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Room.h b/Room.h
index 2b05050..b6d086e 100644
--- a/Room.h
+++ b/Room.h
@@ -23,6 +23,7 @@ class Room : public Polygon, public LevelObject {
void setHeight(float height) {this->height = height;}
virtual bool hit(const Vertex &v) const {return contains(v);}
+ virtual int getPriority() const {return 0;}
virtual const char* getType() const {
return "Room";