diff options
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp index c3f3988..c170511 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -82,7 +82,8 @@ void initEverything(void){ IndoorWorld *iw=new IndoorWorld(); iw->generate(200); - currentWorld->addStructure(STRUCTURET,(rand()%120*HLINE),10,iw); + + currentWorld->addStructure(STRUCTURET,(rand()%120*HLINE),10,test,iw); /* * Spawn a mob. |