fix choice search config format

This commit is contained in:
Martin Michelsen
2023-02-21 09:40:16 -08:00
parent 79b0e82c50
commit 34812d5037
+1 -2
View File
@@ -386,8 +386,7 @@ struct PlayerChallengeDataBB {
template <typename ItemIDT>
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;