aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-29 09:21:36 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-29 09:21:36 -0400
commit9133b5b379f565ca9f268b63864155051c464cb1 (patch)
treedeca5a99dfeaa16b03839477683e2e142fd51066 /src/gameplay.cpp
parentdf20af833773ee67d78b3f2e8ab3a0a1753e523a (diff)
parentffd36d33bf65fe0dc745aeb632dcf73951df6bbf (diff)
gotta go fast
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index 9e0cc99..964794f 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -35,12 +35,7 @@ void initEverything(void){
*/
World *test=new World();
- test->generate(SCREEN_WIDTH);
-
- /*
- * Add two layers, a platform, and a hole to the world.
- */
-
+ test->generate(SCREEN_WIDTH * 2);
test->addLayer(400);
test->addPlatform(150,100,100,10);