diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-27 10:35:40 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-27 10:35:40 -0400 |
commit | 4391f9289b7368765b39c9654d6b0bdf2db8f36b (patch) | |
tree | d023c1f7cde41199cd44cba2d49f5f36bd915ecf /src/entities.cpp | |
parent | 5781bba3aa5764792b25a1d395cac388d001d713 (diff) |
added platforms
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(); } |