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 7704208..131c7b8 100644 --- a/src/tracker_frame.h +++ b/src/tracker_frame.h | |||
@@ -57,6 +57,7 @@ struct StateUpdate { | |||
57 | bool cleared_locations = false; | 57 | bool cleared_locations = false; |
58 | bool hunt_panels = false; | 58 | bool hunt_panels = false; |
59 | bool player_position = false; | 59 | bool player_position = false; |
60 | bool changed_settings = false; | ||
60 | }; | 61 | }; |
61 | 62 | ||
62 | class StateChangedEvent : public wxEvent { | 63 | class StateChangedEvent : public wxEvent { |