mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Assertion in MxTransitionManager::StartTransition is beta10-only (#1534)
This fixes an assertion error when: 1. Start the game 2 Skip intro (probably optional) 3. Turn left to the elevator room 4. Enter the elevator 5. Press the (I) button
This commit is contained in:

committed by
GitHub

parent
941bc6ffa9
commit
ac971f8c15
@@ -93,7 +93,9 @@ MxResult MxTransitionManager::StartTransition(
|
|||||||
MxBool p_playMusicInAnim
|
MxBool p_playMusicInAnim
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
#ifdef BETA10
|
||||||
assert(m_mode == e_idle);
|
assert(m_mode == e_idle);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (m_mode == e_idle) {
|
if (m_mode == e_idle) {
|
||||||
if (!p_playMusicInAnim) {
|
if (!p_playMusicInAnim) {
|
||||||
|
Reference in New Issue
Block a user