aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index 6cfc91e..284bd78 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -143,6 +143,7 @@ void initEverything(void){
currentWorld = worldSpawnHill1;
worldSpawnHill2->addStructure(STRUCTURET,HOUSE,(rand()%120*HLINE),100,worldSpawnHill1,worldSpawnHill2);
+ worldSpawnHill2->addStructure(STRUCTURET,HOUSE,(rand()%120*HLINE),100,worldSpawnHill1,worldSpawnHill2);
player = new Player();
player->spawn(200,100);