Replace hardcoded cloth type with MENU_CLOTH_TYPE_2 constant in d_menu_window.

This commit is contained in:
Briggs Baltzell
2026-02-09 09:26:09 -06:00
parent 4f6c6eba4b
commit 0144c32c53
+1 -1
View File
@@ -142,7 +142,7 @@ void dMs_clothOnly_create(sub_ms_screen_class*) {
JUT_ASSERT(2744, cloth_c != NULL);
cloth_c->setArchive(arc);
cloth_c->setClothType(2);
cloth_c->setClothType(MENU_CLOTH_TYPE_2);
cloth_c->init();
dMs_cloth_c = new dDlst_MENU_CLOTH_c();