Fix linux crash with KeepExpressMail (#840)

This commit is contained in:
Archez 2024-11-12 10:15:30 -05:00 committed by GitHub
parent a2e93687f6
commit 422839dea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ void CheckScene(s16 sceneId) {
onItemDeleteID = REGISTER_VB_SHOULD(VB_MSG_SCRIPT_DEL_ITEM, {
Actor* actor = va_arg(args, Actor*);
ItemId itemId = va_arg(args, ItemId);
ItemId itemId = (ItemId)va_arg(args, int);
// Keep the express mail only on the first trade for the cycle
// Postman checking for Madame Aroma trade cycle flag