From 34812d5037b538b9883df1d18ab300c86b00fc93 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 21 Feb 2023 09:40:16 -0800 Subject: [PATCH] fix choice search config format --- src/Player.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;