From 3aecfeb1ba4ed0b65f1ff06cf834a0050b46bba5 Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Wed, 4 Feb 2026 16:17:09 -0600 Subject: [PATCH] Match dMCloth_c::TevSetting --- src/d/d_menu_cloth.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/d/d_menu_cloth.cpp b/src/d/d_menu_cloth.cpp index a388696c0..f6b2d8082 100644 --- a/src/d/d_menu_cloth.cpp +++ b/src/d/d_menu_cloth.cpp @@ -227,7 +227,15 @@ void dMCloth_c::TevSettingFileSelect() { /* 8019AB64-8019ABB4 .text TevSetting__9dMCloth_cFv */ void dMCloth_c::TevSetting() { - /* Nonmatching */ + switch (mClothType) { + case 0: + case 2: + TevSettingMenu(); + break; + case 1: + TevSettingFileSelect(); + break; + } } /* 8019ABB4-8019AC8C .text ShadowTevSettingMenu__9dMCloth_cFv */