diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:31:16 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:31:16 -0500 |
commit | 23a4b0cc3ab09d58127a73b12c43aff37e5056ef (patch) | |
tree | 0e7d2f923311804c6a9e4270812174de45f2f7d2 /include/world.h | |
parent | 1574754cdaca14d68459cc520b63b6b3c449ecbd (diff) |
Fire Pit
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h index ef37365..7f22cba 100644 --- a/include/world.h +++ b/include/world.h @@ -177,7 +177,7 @@ public: std::vector<Light > light; void addStructure(BUILD_SUB sub,float x,float y,World *inside); - void addVillage(int bCount, int npcMin, int npcMax,World *inside); + void addVillage(int x, int y, int bCount, int npcMin, int npcMax,World *inside); void addMob(int t,float x,float y); void addMob(int t,float x,float y,void (*hey)(Mob *)); void addNPC(float x,float y); |