Started cleaning up the itemNo enum

This commit is contained in:
LagoLunatic
2024-02-25 02:05:17 -05:00
parent 914393649b
commit fdba7c3a7b
37 changed files with 807 additions and 807 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ BOOL dEvt_control_c::talkXyCheck(dEvt_order_c* order) {
break;
}
if (dComIfGp_getSelectItem(equippedItemIdx) == NO_ITEM) {
if (dComIfGp_getSelectItem(equippedItemIdx) == dItem_NONE_e) {
return FALSE;
}