aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-12-10 08:13:10 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-12-10 08:13:10 -0500
commit2baf10d54f1cbfdb781b9b37987e0815dbdafc3f (patch)
treee6fbe1bc77094f78811907b5fcd355ea9d6b316c /src/gameplay.cpp
parentce169efec21d44b6c7b3133280d9088ba1c108a5 (diff)
buildings stay
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index fbcc782..b9aa328 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -55,18 +55,6 @@ void story(Mob *callee){
Mix_FadeOutMusic(0);
ui::importantText("It was a dark and stormy night...");
ui::waitForDialog();
- ui::importantText("...and Clyne wanted to hear what the click track sounds like.");
- ui::waitForDialog();
- ui::importantText("So Clyne made a really long piece of dialog so that the sound");
- ui::waitForDialog();
- ui::importantText("plays");
- ui::waitForDialog();
- ui::importantText("multiple");
- ui::waitForDialog();
- ui::importantText("times.");
- ui::waitForDialog();
- ui::importantText("Clyne is a faggot.");
- ui::waitForDialog();
callee->alive = false;
}
@@ -129,6 +117,7 @@ void initEverything(void){
iw=new IndoorWorld();
iw->setBackground(BG_WOODHOUSE);
+ iw->setBGM(NULL);
iw->generate(200);
iw->addMob(MS_TRIGGER,0,0,CUTSCENEEE2);