aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:51:07 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:51:07 -0500
commit2efd19fa9cd3d24538242cbea828830ac07c324f (patch)
tree624f5b79391a676aec9abc5e174d6238ccd54459 /src/world.cpp
parenta32339dc700759ab44a360953c9c24d009b11ecc (diff)
Makefile supports 32 and 64 bit
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index 8c51af0..f343152 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -569,7 +569,7 @@ void World::getEntityLocation(std::vector<T*>&vecBuf, unsigned int n){
i++;
}
}*/
-
+
void World::addMob(int t,float x,float y){
mob.push_back(new Mob(t));
mob.back()->spawn(x,y);