diff options
Diffstat (limited to 'queen/logic.h')
-rw-r--r-- | queen/logic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/logic.h b/queen/logic.h index e183efabbe..e944102fa7 100644 --- a/queen/logic.h +++ b/queen/logic.h @@ -43,10 +43,7 @@ struct ZoneSlot { struct GameConfig { int musicVolume; - bool musicToggle; - bool sfxToggle; bool textToggle; - bool speechToggle; int talkSpeed; }; |