mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
HDB: Fix warning
This commit is contained in:
parent
588d0235ae
commit
c6af142ce7
@ -57,7 +57,7 @@ namespace HDB {
|
||||
enum {
|
||||
kMaxSNDChannels = 32,
|
||||
kMaxSounds = 5000,
|
||||
kLaserChannel = kMaxSNDChannels - 1,
|
||||
kLaserChannel = kMaxSNDChannels - 1
|
||||
};
|
||||
|
||||
enum SoundType {
|
||||
|
Loading…
Reference in New Issue
Block a user