diff options
Diffstat (limited to 'src/d/actor/d_a_tbox.cpp')
| -rw-r--r-- | src/d/actor/d_a_tbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_tbox.cpp b/src/d/actor/d_a_tbox.cpp index 98cf1d23..3ab06692 100644 --- a/src/d/actor/d_a_tbox.cpp +++ b/src/d/actor/d_a_tbox.cpp @@ -1014,7 +1014,7 @@ BOOL daTbox_c::actionOpenWait() { dComIfGp_event_onEventFlag(0x04); u8 itemNo = getItemNo(); - u32 itemPID = fopAcM_createItemForTrBoxDemo(¤t.pos, itemNo); + uint itemPID = fopAcM_createItemForTrBoxDemo(¤t.pos, itemNo); if (itemPID != fpcM_ERROR_PROCESS_ID_e) { dComIfGp_event_setItemPartnerId(itemPID); |
