From b29fb14f6b066975480fee87fe68fdfddf05c157 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 13 Jun 2013 23:55:49 +0200 Subject: do not pause, ever (only in message boxes, music houses, and palace dudes) --- src/bonusRoom.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bonusRoom.cpp') 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; -- cgit v1.2.3