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