aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-27 16:22:18 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-27 16:22:18 -0400
commite32f533207c0ded45441d8c32e96247ff7119eac (patch)
tree118a7ce3d9123695b53e9164432f423f57acffc5 /src/gameplay.cpp
parentdb699c0140946cef99d1636b05f3a8492f86c739 (diff)
Made better tree layer
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index d1cc69d..99b9ff0 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -34,7 +34,7 @@ void initEverything(void){
*/
World *test=new World();
- test->generate(SCREEN_WIDTH/2);
+ test->generate(SCREEN_WIDTH);
/*
* Add two layers, a platform, and a hole to the world.