aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/global.h
diff options
context:
space:
mode:
authorSven Hesse2007-01-30 22:19:55 +0000
committerSven Hesse2007-01-30 22:19:55 +0000
commitcb8378065d2831fa1512dfce138cc0039eff98fb (patch)
tree8a2f720ee83cf583284c2721d6150959b3a8f7f1 /engines/gob/global.h
parentb4bebad6f0c3ab23b6992575c9fee88ace8f49d2 (diff)
downloadscummvm-rg350-cb8378065d2831fa1512dfce138cc0039eff98fb.tar.gz
scummvm-rg350-cb8378065d2831fa1512dfce138cc0039eff98fb.tar.bz2
scummvm-rg350-cb8378065d2831fa1512dfce138cc0039eff98fb.zip
- Changed _soundFlags and implemented "compositions"
- Changed Snd to be a permanent audiostream, to have better control over stopping, looping and compositions - Some clean-up svn-id: r25292
Diffstat (limited to 'engines/gob/global.h')
-rw-r--r--engines/gob/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/global.h b/engines/gob/global.h
index 4fd5455201..aa1c6d95ca 100644
--- a/engines/gob/global.h
+++ b/engines/gob/global.h
@@ -80,7 +80,6 @@ public:
int16 _disableVideoCfg;
- uint16 _presentSound;
uint16 _soundFlags;
int16 _disableSoundCfg;
int16 _blasterPort;