aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index 1de542d..d1cc69d 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -84,9 +84,9 @@ void initEverything(void){
entity.push_back(mob.back());
mob.back()->spawn(200,100);
- mob.push_back(new Mob(2));
+ mob.push_back(new Mob(MS_BIRD));
entity.push_back(mob.back());
- mob.back()->spawn(200,100);
+ mob.back()->spawn(-500,500);
/*
* Link all the entities that were just created to the initial world, and setup a test AI function.