diff --git a/src/Player.hh b/src/Player.hh index 8d550c91..7cfb8c06 100644 --- a/src/Player.hh +++ b/src/Player.hh @@ -386,8 +386,7 @@ struct PlayerChallengeDataBB { template struct ChoiceSearchConfig { // 0 = enabled, 1 = disabled. Unused for command C3 - le_uint16_t choice_search_disabled = 0; - le_uint16_t unused = 0; + le_uint32_t choice_search_disabled = 0; struct Entry { ItemIDT parent_category_id = 0; ItemIDT category_id = 0;