From c6af142ce703db1205b77c08f9148037c94a235e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 26 Jul 2019 16:02:41 +0200 Subject: [PATCH] HDB: Fix warning --- engines/hdb/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h index 7984ab1b223..0190d12acaf 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 {