diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-18 01:11:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-17 22:11:53 -0700 |
| commit | 23cba4d117cc34f4fafce838eed8cef103fce79c (patch) | |
| tree | 8d1aeb54e8b34697797384b4c980c77d847683a2 /src/d/actor/d_a_title.cpp | |
| parent | 5a13ca438a89c34d706432792d5257fcb2ad6b83 (diff) | |
getDemoIDData matched, fix up various inlines and template classes (#2489)
* Fix debug build
* getDemoIDData matched, fix up various inlines and template classes
* Remove nonmatching comments
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 } } |
