aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 19e1c4cef4..6d94edff1d 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -41,7 +41,7 @@ struct ZoneSlot {
Box box;
};
-struct GameSettings {
+struct GameConfig {
int musicVolume;
bool musicToggle;
bool sfxToggle;
@@ -393,7 +393,7 @@ protected:
//! Describe a string based animation (30 frames maximum, bob number must be < 17)
AnimFrame _newAnim[17][30];
- GameSettings _settings;
+ GameConfig _settings;
//! Inventory items
int16 _inventoryItem[4];