diff options
author | Treeki <treeki@gmail.com> | 2013-06-13 23:55:49 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-06-13 23:55:49 +0200 |
commit | b29fb14f6b066975480fee87fe68fdfddf05c157 (patch) | |
tree | d96ff326d69fd1199108c7c3186369beb078a628 /src/bonusRoom.cpp | |
parent | 251754fd4b37b936e50ab40a7aa95ac0c1f4587e (diff) | |
download | kamek-b29fb14f6b066975480fee87fe68fdfddf05c157.tar.gz kamek-b29fb14f6b066975480fee87fe68fdfddf05c157.zip |
do not pause, ever (only in message boxes, music houses, and palace dudes)
Diffstat (limited to '')
-rw-r--r-- | src/bonusRoom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bonusRoom.cpp b/src/bonusRoom.cpp index ab06d31..7d391a2 100644 --- a/src/bonusRoom.cpp +++ b/src/bonusRoom.cpp @@ -516,6 +516,7 @@ dSingAlong *dSingAlong::build() { // Events int dSingAlong::onCreate() { NoMichaelBuble = true; + StageC4::instance->_1D = 1; // enable no-pause // Load in the settings this->song = this->settings & 0xF; |