diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-17 22:30:17 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-17 22:30:17 -0400 |
| commit | 3d0aff6a84301ee87a71913cead5b2767ea64ba4 (patch) | |
| tree | 3086e2a557b1584dd52fb4a9c12a25b56e4777d9 /src/d/d_s_play.cpp | |
| parent | bc2f5c8fd038f8af237050d758ef1304dc3117fd (diff) | |
daPy_lk_c::dProcTool and daDemo00_c::execute matched, fix up various inlines and template classes, stb OK
Diffstat (limited to 'src/d/d_s_play.cpp')
| -rw-r--r-- | src/d/d_s_play.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_s_play.cpp b/src/d/d_s_play.cpp index 1bfb1ef2..e7c953c7 100644 --- a/src/d/d_s_play.cpp +++ b/src/d/d_s_play.cpp @@ -328,9 +328,9 @@ static BOOL dScnPly_Draw(dScnPly_ply_c* i_this) { ((dComIfGp_getNextStageWipe() == 8 || dComIfGp_getNextStageWipe() == 10) && isNight) || ((dComIfGp_getNextStageWipe() == 9 || dComIfGp_getNextStageWipe() == 11) && !isNight)) { - mDoGph_gInf_c::setFadeColor(*(JUtility::TColor*)&g_saftyWhiteColor); // Fakematch? + mDoGph_gInf_c::setFadeColor((JUtility::TColor&)g_saftyWhiteColor); } else { - mDoGph_gInf_c::setFadeColor(*(JUtility::TColor*)&g_blackColor); // Fakematch? + mDoGph_gInf_c::setFadeColor((JUtility::TColor&)g_blackColor); } mDoAud_setSceneName(dComIfGp_getNextStageName(), dComIfGp_getNextStageRoomNo(), |
