HDB: Fix warning

This commit is contained in:
Eugene Sandulenko 2019-07-26 16:02:41 +02:00
parent 588d0235ae
commit c6af142ce7

View File

@ -57,7 +57,7 @@ namespace HDB {
enum {
kMaxSNDChannels = 32,
kMaxSounds = 5000,
kLaserChannel = kMaxSNDChannels - 1,
kLaserChannel = kMaxSNDChannels - 1
};
enum SoundType {