From 07ea97a6ea21d7b803d047384914f852a0aea312 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 9 Jan 2024 18:44:25 -0800 Subject: [PATCH] update comment in 6x6D struct --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 6e289218..9bc31993 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -4658,7 +4658,7 @@ struct G_SyncObjectState_6x6C_Entry_Decompressed { struct G_SyncItemState_6x6D_Decompressed { // Note: 16 vs. 15 is not a bug here - there really is an extra field in the - // total drop count vs. the floor item count. Despite this, Pioneer 2 or Lab + // next drop number vs. the floor item count. Despite this, Pioneer 2 or Lab // (floor 0) isn't included in next_drop_number_per_floor (so Forest 1 is [0] // in that array) but it is included in floor_item_count_per_floor (so Forest // 1 is [1] there).