Match dMCloth_c::ShadowTevSetting implementation.

This commit is contained in:
Briggs Baltzell
2026-02-06 17:24:02 -06:00
parent d1179371d1
commit 2ba45aa4a0
+9 -1
View File
@@ -405,7 +405,15 @@ void dMCloth_c::ShadowTevSettingFileSelect() {
/* 8019AD84-8019ADD4 .text ShadowTevSetting__9dMCloth_cFv */
void dMCloth_c::ShadowTevSetting() {
/* Nonmatching */
switch (mClothType) {
case 0:
case 2:
ShadowTevSettingMenu();
break;
case 1:
ShadowTevSettingFileSelect();
break;
}
}
/* 8019ADD4-8019B670 .text draw__9dMCloth_cFf8_GXColor8_GXColorUc */