aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-26 16:02:41 +0200
committerEugene Sandulenko2019-09-03 17:17:29 +0200
commitc6af142ce703db1205b77c08f9148037c94a235e (patch)
tree5e7b8a7f785b876acf9d070abb4b6d9982d50dd4 /engines/hdb/sound.h
parent588d0235ae954120bdad38415a648f59a3b0b35f (diff)
downloadscummvm-rg350-c6af142ce703db1205b77c08f9148037c94a235e.tar.gz
scummvm-rg350-c6af142ce703db1205b77c08f9148037c94a235e.tar.bz2
scummvm-rg350-c6af142ce703db1205b77c08f9148037c94a235e.zip
HDB: Fix warning
Diffstat (limited to 'engines/hdb/sound.h')
-rw-r--r--engines/hdb/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h
index 7984ab1b22..0190d12aca 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -57,7 +57,7 @@ namespace HDB {
enum {
kMaxSNDChannels = 32,
kMaxSounds = 5000,
- kLaserChannel = kMaxSNDChannels - 1,
+ kLaserChannel = kMaxSNDChannels - 1
};
enum SoundType {