[Scummvm-git-logs] scummvm master -> f98804b8671de00a35847842201483153bc595ed

ccawley2011 ccawley2011 at gmail.com
Sun Aug 16 19:02:39 UTC 2020


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:
f98804b867 DIRECTOR: Remove comma from end of enumerator list


Commit: f98804b8671de00a35847842201483153bc595ed
    https://github.com/scummvm/scummvm/commit/f98804b8671de00a35847842201483153bc595ed
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-08-16T20:02:24+01:00

Commit Message:
DIRECTOR: Remove comma from end of enumerator list

Changed paths:
    engines/director/director.h


diff --git a/engines/director/director.h b/engines/director/director.h
index 79a7d6a1ea..dc7fe09759 100644
--- a/engines/director/director.h
+++ b/engines/director/director.h
@@ -89,7 +89,7 @@ enum {
 	kDebugScreenshot	= 1 << 14,
 	kDebugDesktop		= 1 << 15,
 	kDebug32bpp			= 1 << 16,
-	kDebugEndVideo		= 1 << 17,
+	kDebugEndVideo		= 1 << 17
 };
 
 struct MovieReference {




More information about the Scummvm-git-logs mailing list