aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:53:22 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:53:22 -0500
commita36ce90d8b702b95d623553623dbd20ab64ff3a7 (patch)
tree2343cceebc0e3f4636babb84407699521d819df7 /src/world.cpp
parent2efd19fa9cd3d24538242cbea828830ac07c324f (diff)
Makefile supports 64 and 32 bit
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 f343152..2757471 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -726,3 +726,10 @@ void IndoorWorld::draw(Player *p){
entity[i]->draw();
p->draw();
}
+
+void Arena::drawDoor(void){
+}
+
+World *Arena::exitArena(void){
+ return this;
+}