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

lephilousophe lephilousophe at users.noreply.github.com
Fri Jul 5 08:03:35 CEST 2019


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:
fe8a9a6f1e CRYOMNI3D: Fix Travis warning about comma at the end of list


Commit: fe8a9a6f1e692ec0a8dd80e5ae6e8e60e65c1907
    https://github.com/scummvm/scummvm/commit/fe8a9a6f1e692ec0a8dd80e5ae6e8e60e65c1907
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2019-07-05T08:03:15+02:00

Commit Message:
CRYOMNI3D: Fix Travis warning about comma at the end of list

Changed paths:
    engines/cryomni3d/cryomni3d.h


diff --git a/engines/cryomni3d/cryomni3d.h b/engines/cryomni3d/cryomni3d.h
index fa60cdb..20f8371 100644
--- a/engines/cryomni3d/cryomni3d.h
+++ b/engines/cryomni3d/cryomni3d.h
@@ -69,7 +69,7 @@ enum CryOmni3DGameType {
 
 enum CryOmni3DGameFeatures {
 	GF_VERSAILLES_NUMERICFONTS             = (1 << 0), // Fonts are font01.crf, ...
-	GF_VERSAILLES_AUDIOPADDING             = (1 << 1), // Audio files have underscore padding before extension
+	GF_VERSAILLES_AUDIOPADDING             = (1 << 1)  // Audio files have underscore padding before extension
 };
 
 struct CryOmni3DGameDescription;





More information about the Scummvm-git-logs mailing list