[Scummvm-cvs-logs] scummvm master -> 1302644fdd848c6eb21cd8cd429fbbc663f529cf

eriktorbjorn eriktorbjorn at telia.com
Sun May 31 23:30:53 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1302644fdd SHERLOCK: Silence GCC warning


Commit: 1302644fdd848c6eb21cd8cd429fbbc663f529cf
    https://github.com/scummvm/scummvm/commit/1302644fdd848c6eb21cd8cd429fbbc663f529cf
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-05-31T23:29:54+02:00

Commit Message:
SHERLOCK: Silence GCC warning

Changed paths:
    engines/sherlock/sherlock.h



diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h
index 078e9ea..16dacd3 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 {






More information about the Scummvm-git-logs mailing list