aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 13:54:18 +0200
committerEugene Sandulenko2019-09-03 17:17:28 +0200
commit951943ececf0b2c27c19adbd6b60c020eee6d13a (patch)
treebe1fb885028feaf02228936254a698d19d370895 /engines/hdb/sound.h
parent810ac81b0fc4960f5ef0ac3361223db9d3c5f2ac (diff)
downloadscummvm-rg350-951943ececf0b2c27c19adbd6b60c020eee6d13a.tar.gz
scummvm-rg350-951943ececf0b2c27c19adbd6b60c020eee6d13a.tar.bz2
scummvm-rg350-951943ececf0b2c27c19adbd6b60c020eee6d13a.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/sound.h')
-rw-r--r--engines/hdb/sound.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h
index 56702c0c5d..c5350af443 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1416,24 +1416,24 @@ public:
void loadSaveFile(Common::InSaveFile *in);
void clearPersistent();
void setMusicVolume(int value) {
- debug(9, "STUB: Add Music System Variables");
+ //debug(9, "STUB: Add Music System Variables");
}
int getMusicVolume() {
- debug(9, "STUB: Add Music System Variables");
+ //debug(9, "STUB: Add Music System Variables");
return 1;
}
void setSFXVolume(int value) {
- debug(9, "STUB: Add Music System Variables");
+ //debug(9, "STUB: Add Music System Variables");
}
int getSFXVolume() {
- debug(9, "STUB: Add Music System Variables");
+ //debug(9, "STUB: Add Music System Variables");
return 1;
}
void setVoiceStatus(int value) {
- debug(9, "STUB: Add Music System Variables");
+ //debug(9, "STUB: Add Music System Variables");
}
int getVoiceStatus() {
- debug(9, "STUB: Add Music System Variables");
+ //debug(9, "STUB: Add Music System Variables");
return 1;
}