[Scummvm-git-logs] scummvm master -> 390cbc6ba03865524a8f52f9e109ed2e82caf34f

sev- sev at scummvm.org
Wed Oct 14 12:18:53 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:
390cbc6ba0 COMMON: Fix compilation


Commit: 390cbc6ba03865524a8f52f9e109ed2e82caf34f
    https://github.com/scummvm/scummvm/commit/390cbc6ba03865524a8f52f9e109ed2e82caf34f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-14T14:18:34+02:00

Commit Message:
COMMON: Fix compilation

Changed paths:
    common/system.h


diff --git a/common/system.h b/common/system.h
index 3e707be436..594eee9291 100644
--- a/common/system.h
+++ b/common/system.h
@@ -603,7 +603,7 @@ public:
 
 	enum GfxModeFlags {
 		kGfxModeNoFlags = 0,				/**< No Flags */
-		kGfxModeRender3d = (1 << 0),            	/**< Indicate 3d h/w accelerated in game gfx */
+		kGfxModeRender3d = (1 << 0)            	/**< Indicate 3d h/w accelerated in game gfx */
 	};
 
 	/**




More information about the Scummvm-git-logs mailing list