diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-09 08:30:10 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-09 08:30:10 -0500 |
commit | 0f6da32aa634cf4a89dbd205d8b0dd68d401aaec (patch) | |
tree | 37aa748a5be2908c73bbb12ac5c5d3a5ac661b6d /src/gameplay.cpp | |
parent | 1d3ba18c99850996f0ba85d99e269270d42056bf (diff) | |
parent | 4e3ceb550b26e3b7810b4493943db98918d7bef1 (diff) |
Merge branch 'master' of http://github.com/tcsullivan/gamedev
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp index 9eacf2a..fbcc782 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -52,6 +52,7 @@ void CUTSCENEEE2(Mob *callee){ void story(Mob *callee){ player->vel.x = 0; + 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."); |