aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.h
diff options
context:
space:
mode:
authorMax Horn2004-12-27 03:00:36 +0000
committerMax Horn2004-12-27 03:00:36 +0000
commit01fc7adffdd8f43c1646486c064e49057c47c97e (patch)
treea890472c2e3ecd05dd67551bdc5e1470ccb3406e /sword2/controls.h
parent357eb38b49c47efdd11ea94f649ed900f505dcfd (diff)
downloadscummvm-rg350-01fc7adffdd8f43c1646486c064e49057c47c97e.tar.gz
scummvm-rg350-01fc7adffdd8f43c1646486c064e49057c47c97e.tar.bz2
scummvm-rg350-01fc7adffdd8f43c1646486c064e49057c47c97e.zip
Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255)
svn-id: r16333
Diffstat (limited to 'sword2/controls.h')
-rw-r--r--sword2/controls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sword2/controls.h b/sword2/controls.h
index 83d092e3e3..856779c9a2 100644
--- a/sword2/controls.h
+++ b/sword2/controls.h
@@ -25,10 +25,6 @@ namespace Sword2 {
class Sword2Engine;
class Gui {
-private:
- int _musicVolume[17];
- int _soundVolume[15];
-
public:
Sword2Engine *_vm;