aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-14 08:46:53 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-14 08:46:53 -0500
commitbdf7afae547976b99962769e75ec970729b556dc (patch)
tree8742faec62bfbcfb326e1a6ba6f43d3ac3d4a0b0 /src/gameplay.cpp
parent840cf5f0d3fc60aceb95385010eac02ae6c95dcc (diff)
Added Particles
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index f922b03..69ae2cc 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -142,7 +142,6 @@ void initEverything(void){
currentWorld = worldSpawnHill1;
- worldSpawnHill2->addStructure(STRUCTURET,FOUNTAIN,(rand()%120*HLINE)+100*HLINE,100,worldSpawnHill2,worldSpawnHill2);
player = new Player();
player->spawn(200,100);