mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
daPy_lk_c::dProcTool and daDemo00_c::execute matched, fix up various inlines and template classes, stb OK
This commit is contained in:
@@ -508,7 +508,9 @@ BOOL daTitle_c::draw() {
|
||||
|
||||
BOOL daTitle_c::execute() {
|
||||
if (!fopOvlpM_IsPeek()) {
|
||||
mDoGph_gInf_c::setFadeColor(*(JUtility::TColor*)&g_blackColor); // Fakematch?
|
||||
#if VERSION > VERSION_DEMO
|
||||
mDoGph_gInf_c::setFadeColor((JUtility::TColor&)g_blackColor);
|
||||
#endif
|
||||
|
||||
if ((CPad_CHECK_TRIG_A(0) || CPad_CHECK_TRIG_B(0) || CPad_CHECK_TRIG_START(0)) && mpTitleProc->getEnterMode() == 1) {
|
||||
mpTitleProc->setEnterMode();
|
||||
|
||||
Reference in New Issue
Block a user