diff options
Diffstat (limited to 'src/tracker_frame.h')
-rw-r--r-- | src/tracker_frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tracker_frame.h b/src/tracker_frame.h index 3bf0753..55e7759 100644 --- a/src/tracker_frame.h +++ b/src/tracker_frame.h | |||
@@ -53,6 +53,7 @@ struct StateUpdate { | |||
53 | bool achievements = false; | 53 | bool achievements = false; |
54 | bool open_panels_tab = false; | 54 | bool open_panels_tab = false; |
55 | bool cleared_locations = false; | 55 | bool cleared_locations = false; |
56 | bool hunt_panels = false; | ||
56 | bool player_position = false; | 57 | bool player_position = false; |
57 | }; | 58 | }; |
58 | 59 | ||