diff options
Diffstat (limited to 'src/entities.cpp')
-rw-r--r-- | src/entities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp index 3c2120b..da28851 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -85,7 +85,7 @@ unsigned int Structures::spawn(int t, float x, float y){ entity[entity.size()] = &npc[npc.size()-1]; entity[entity.size()]->alive=true; entity[entity.size()]->type = 1; - entity[entity.size()]->spawn(loc.x + (float)(i - 5) / 8,0); + entity[entity.size()]->spawn(loc.x + (float)(i - 5) / 8,100); } return entity.size(); } |