diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:53:55 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:53:55 -0500 |
commit | 5ec498c3e583a8fe18fdc9fec683df8c2541b28c (patch) | |
tree | 5e01d33ac4b488e11a503cee835d5e53bd4360bc /include/world.h | |
parent | 23a4b0cc3ab09d58127a73b12c43aff37e5056ef (diff) | |
parent | 9765c6303b763a60a2d917fc3c334b30e0fbbcfa (diff) |
Ass
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/world.h b/include/world.h index 7f22cba..27936f7 100644 --- a/include/world.h +++ b/include/world.h @@ -176,8 +176,8 @@ public: std::vector<Particles *> particles; std::vector<Light > light; - void addStructure(BUILD_SUB sub,float x,float y,World *inside); - void addVillage(int x, int y, int bCount, int npcMin, int npcMax,World *inside); + void addStructure(BUILD_SUB sub,float x,float y,World **inside);//,World **outside); + void addVillage(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); |