[Scummvm-git-logs] scummvm master -> 43cc3b7b369aae420ef91cf011cdfd2447a55fe7

lephilousophe lephilousophe at users.noreply.github.com
Mon Oct 25 07:35:27 UTC 2021


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:
43cc3b7b36 GROOVIE: Remove comma at end of enumerator list


Commit: 43cc3b7b369aae420ef91cf011cdfd2447a55fe7
    https://github.com/scummvm/scummvm/commit/43cc3b7b369aae420ef91cf011cdfd2447a55fe7
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-10-25T09:34:52+02:00

Commit Message:
GROOVIE: Remove comma at end of enumerator list

Changed paths:
    engines/groovie/groovie.h


diff --git a/engines/groovie/groovie.h b/engines/groovie/groovie.h
index d6451855fb..77b546e2db 100644
--- a/engines/groovie/groovie.h
+++ b/engines/groovie/groovie.h
@@ -68,7 +68,7 @@ enum DebugLevels {
 	kDebugMIDI = 1 << 6,
 	kDebugScriptvars = 1 << 7,
 	kDebugLogic = 1 << 8,
-	kDebugFast = 1 << 9,
+	kDebugFast = 1 << 9
 	//kDebugTlcGame = 1 << 10
 	// the current limitation is 32 debug levels (1 << 31 is the last one)
 	// but some are used by system, so avoid high values.




More information about the Scummvm-git-logs mailing list