Misc cleanup

This commit is contained in:
LagoLunatic
2025-12-27 17:03:26 -05:00
parent 47ce38557b
commit 48dcebd9e8
10 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ static BOOL daObj_PbcoExecute(void* i_this) {
bool daObj_Pbco_c::_draw() {
dKy_tevstr_c* pTevStr;
g_env_light.settingTevStruct(TEV_TYPE_BG0, &current.pos, pTevStr = &tevStr);
g_env_light.settingTevStruct(TEV_TYPE_BG0, &current.pos, pTevStr = &tevStr); // fakematch
g_env_light.setLightTevColorType(mpModel, pTevStr);
mDoExt_modelUpdateDL(mpModel);
return TRUE;