diff options
Diffstat (limited to 'src/d/actor/d_a_title.cpp')
| -rw-r--r-- | src/d/actor/d_a_title.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/d/actor/d_a_title.cpp b/src/d/actor/d_a_title.cpp index 6be3f83e8f..727dffc93e 100644 --- a/src/d/actor/d_a_title.cpp +++ b/src/d/actor/d_a_title.cpp @@ -241,8 +241,11 @@ void daTitle_c::nextScene_init() { void daTitle_c::nextScene_proc() { if (!fopOvlpM_IsPeek() && !mDoRst::isReset()) { scene_class* playScene = fopScnM_SearchByID(dStage_roomControl_c::getProcID()); + JUT_ASSERT(706, playScene != 0); fopScnM_ChangeReq(playScene, 13, 0, 5); +#if VERSION != VERSION_SHIELD_DEBUG mDoGph_gInf_c::setFadeColor(*(JUtility::TColor*)&g_blackColor); +#endif } } |
