Various cleanup

This commit is contained in:
LagoLunatic
2025-02-23 19:59:54 -05:00
parent 730b74e2e3
commit c4ad9f7241
84 changed files with 406 additions and 319 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ void dCcS::SetAtTgGObjInf(bool i_setAt, bool i_setTg,
tgObjInf->SetTgHitPos(*i_hitPos);
tgObjInf->SetTgRVec(*atObjInf->GetAtVecP());
if (tgGStts != NULL && atGStts->GetAtSpl() == 0) {
if (tgGStts != NULL && atGStts->GetAtSpl() == dCcG_At_Spl_UNK0) {
tgGStts->SetAtSpl(atObjInf->GetAtSpl());
}