mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 19:10:43 -04:00
Replace hardcoded cloth type with MENU_CLOTH_TYPE_2 constant in d_menu_window.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user