aboutsummaryrefslogtreecommitdiff
path: root/game/background/BackgroundSubScene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/background/BackgroundSubScene.cpp')
-rw-r--r--game/background/BackgroundSubScene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/background/BackgroundSubScene.cpp b/game/background/BackgroundSubScene.cpp
index a7ac916..0f54800 100644
--- a/game/background/BackgroundSubScene.cpp
+++ b/game/background/BackgroundSubScene.cpp
@@ -33,7 +33,7 @@ BackgroundSubScene::BackgroundSubScene(Scene & scn) {
begin_x = hallway.create(scn, begin_x, 4, Color::GREEN);
- begin_x = aquarium.create(scn, begin_x);
+ /*begin_x = aquarium.create(scn, begin_x);
begin_x = hallway.create(scn, begin_x, 5, Color::RED);
@@ -79,5 +79,5 @@ BackgroundSubScene::BackgroundSubScene(Scene & scn) {
begin_x = forest.create(scn, begin_x, "8");
- begin_x = hallway.create(scn, begin_x, 16, Color::MAGENTA);
+ begin_x = hallway.create(scn, begin_x, 16, Color::MAGENTA);*/
}