diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-16 07:32:28 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-16 07:32:28 -0500 |
commit | bf82dd59140d32f4eb265ae69a44784b5fda116a (patch) | |
tree | 4c5d628fcdb800781daa69ede30ee916816297c1 /src/world.cpp | |
parent | e67bfdde0b7e15ac6bc29993a92a89a844474554 (diff) |
Stuff
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp index 1b460a2..d26b0fb 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -903,7 +903,7 @@ void World::addStructure(_TYPE t,BUILD_SUB sub, float x,float y,World *outside,W build.push_back(new Structures()); build.back()->spawn(t,sub,x,y); build.back()->inWorld=outside; - build.back()->inside=(void *)inside; + build.back()->inside=inside; entity.push_back(build.back()); } |