From bc071155b0571f3d0d3017eae7e8f221b849490a Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 1 Oct 2022 18:38:20 -0700 Subject: [PATCH] fix field name in 6x5F command --- src/CommandFormats.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 665890bd..a3012c8e 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -3177,8 +3177,8 @@ struct G_DropItem_DC_6x5F { uint8_t size; le_uint16_t unused; uint8_t area; - uint8_t enemy_instance; - le_uint16_t request_id; + uint8_t from_enemy; + le_uint16_t request_id; // < 0x0B50 if from_enemy != 0; otherwise < 0x0BA0 le_float x; le_float z; le_uint32_t unused2;