aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
authorJoost Peters2003-11-15 21:33:04 +0000
committerJoost Peters2003-11-15 21:33:04 +0000
commitf979f185af997c5f11ca57854a1874088477a898 (patch)
treef9dba888ba28273eb77bdda8cf32bba673fe90ef /queen/logic.h
parentb938b63ddf4bd09db1bd1d36408a217d6d13b3f8 (diff)
downloadscummvm-rg350-f979f185af997c5f11ca57854a1874088477a898.tar.gz
scummvm-rg350-f979f185af997c5f11ca57854a1874088477a898.tar.bz2
scummvm-rg350-f979f185af997c5f11ca57854a1874088477a898.zip
- Enabled missing calls to _sound->playSong, now it should *really* play all SFX
- Moved sound/music related toggle variables to Sound class - Changed "Couldn't find file.." warning() to debug(7, ..) svn-id: r11303
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h3
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;
};