mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
Started cleaning up the itemNo enum
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user