aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-11-13 08:48:01 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-11-13 08:48:01 -0500
commit180733d411b0844e878574e4c9f9b34690510367 (patch)
treed11e9001657ab278c6cc33d520444be5c5207969 /src/world.cpp
parent1177a2ec843533b76fa9bd8573686f684103075c (diff)
major font fixes
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/world.cpp b/src/world.cpp
index a6fe540..9d41623 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -694,3 +694,10 @@ void IndoorWorld::draw(Player *p){
entity[i]->draw();
p->draw();
}
+
+void Arena::drawDoor(void){
+}
+
+World *Arena::exitArena(void){
+ return this;
+}