diff options
-rw-r--r-- | engines/sherlock/sherlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h index 078e9eab27..16dacd30f3 100644 --- a/engines/sherlock/sherlock.h +++ b/engines/sherlock/sherlock.h @@ -53,7 +53,7 @@ namespace Sherlock { enum { kDebugLevelScript = 1 << 0, kDebugLevelAdLibDriver = 2 << 0, - kDebugLevelMusic = 3 << 0, + kDebugLevelMusic = 3 << 0 }; enum GameType { |