diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-12 07:37:19 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-12 07:37:19 -0500 |
commit | e08983ddccf0beee79e63bdf3ef1b839ea947c7a (patch) | |
tree | f6906803251ae27bd17bcc11685a6d7bde88cfbb /include/world.h | |
parent | 6bf27552a564297cd8aaf1e3c24d9320438bdcc5 (diff) |
Light posts
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 0e85462..7eb8c02 100644 --- a/include/world.h +++ b/include/world.h @@ -176,8 +176,8 @@ public: std::vector<Particles *> particles; std::vector<Light > light; - void addStructure(_TYPE t,BUILD_SUB sub,float x,float y,World *inside); - void addVillage(int bCount, int npcMin, int npcMax,_TYPE t,World *inside); + void addStructure(BUILD_SUB sub,float x,float y,World *inside); + 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); |