mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-06 13:11:05 -04:00
Standardize process ID type to be uint
This commit is contained in:
@@ -957,7 +957,7 @@ void daNpc_Ji1_c::createItem() {
|
||||
dComIfGs_onEventBit(0xF10);
|
||||
}
|
||||
|
||||
u32 itemPID = fopAcM_createItemForPresentDemo(¤t.pos, itemNo, 0, -1, current.roomNo);
|
||||
uint itemPID = fopAcM_createItemForPresentDemo(¤t.pos, itemNo, 0, -1, current.roomNo);
|
||||
if(itemPID != fpcM_ERROR_PROCESS_ID_e) {
|
||||
dComIfGp_event_setItemPartnerId(itemPID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user