diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-02 20:48:31 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-02 20:48:31 -0500 |
commit | f8ebf8fd3d5691cd45566281a1f54c5ecbc43762 (patch) | |
tree | 35633b779419c0df9cdb2408838189d529357abf /src/gameplay.cpp | |
parent | 07d73ea992641198a887f000bf44b874c8e11574 (diff) |
updated goals
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp index 964794f..f986ce3 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -37,8 +37,6 @@ void initEverything(void){ World *test=new World(); test->generate(SCREEN_WIDTH * 2); test->addLayer(400); - - test->addPlatform(150,100,100,10); test->addHole(100,150); |