mirror of
https://github.com/zeldaret/tp
synced 2026-06-18 15:36:07 -04:00
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
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user