mirror of
https://github.com/zeldaret/tp
synced 2026-06-23 17:25:24 -04:00
Fix a bunch of compiler warnings and document several more bugs (#3130)
This commit is contained in:
@@ -288,8 +288,9 @@ int daObj_Pumpkin_c::Execute() {
|
||||
if (field_0xBAE) {
|
||||
int item_table_no = getItemTableNo();
|
||||
if (item_table_no >= 0 && mItemProcId == fpcM_ERROR_PROCESS_ID_e) {
|
||||
mItemProcId = fopAcM_createItemFromTable(¤t.pos, item_table_no, -1, fopAcM_GetRoomNo(this),
|
||||
NULL, 0, NULL, NULL, NULL, NULL);
|
||||
mItemProcId = fopAcM_createItemFromTable(¤t.pos, item_table_no, -1,
|
||||
fopAcM_GetRoomNo(this), NULL, 0, NULL, NULL,
|
||||
NULL, false);
|
||||
}
|
||||
|
||||
if (mItemProcId == fpcM_ERROR_PROCESS_ID_e || fopAcM_IsExecuting(mItemProcId)) {
|
||||
|
||||
Reference in New Issue
Block a user