mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-04 02:46:11 -04:00
Started cleaning up the itemNo enum
This commit is contained in:
+1
-1
@@ -581,7 +581,7 @@ void dDlst_TimerScrnDraw_c::setIconType(void* tex, u8 type) {
|
||||
itemNo = dComIfGs_getSelectEquip(0);
|
||||
break;
|
||||
case 4:
|
||||
itemNo = LETTER00;
|
||||
itemNo = dItem_FATHER_LETTER_e;
|
||||
break;
|
||||
default:
|
||||
itemNo = (u32)tex;
|
||||
|
||||
Reference in New Issue
Block a user