[Scummvm-git-logs] scummvm master -> 0759b4956586d9e59f6a724bfcaa91abb73d5201
sev-
sev at scummvm.org
Mon Oct 25 14:02:56 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:
0759b49565 DIRECTOR: Added WINGAME1t_l() macro
Commit: 0759b4956586d9e59f6a724bfcaa91abb73d5201
https://github.com/scummvm/scummvm/commit/0759b4956586d9e59f6a724bfcaa91abb73d5201
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-25T17:02:38+03:00
Commit Message:
DIRECTOR: Added WINGAME1t_l() macro
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index ae808cb9f3..45e8438fea 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1205,6 +1205,7 @@ namespace Director {
#define MACGAME1_l(t,e,f,m,s,l,v) GENGAME1_(t,e,f,m,s,l,Common::kPlatformMacintosh,ADGF_MACRESFORK,v)
#define PIPGAME1_l(t,e,f,m,s,l,v) GENGAME1_(t,e,f,m,s,l,Common::kPlatformPippin,ADGF_MACRESFORK,v)
#define WINGAME1_l(t,e,f,m,s,l,v) GENGAME1_(t,e,f,m,s,l,Common::kPlatformWindows,ADGF_NO_FLAGS,v)
+#define WINGAME1t_l(t,e,f,m,s,l,v) GENGAME1t_(t,e,f,m,s,l,Common::kPlatformWindows,ADGF_NO_FLAGS,v)
#define FMTGAME1_l(t,e,f,m,s,l,v) GENGAME1_(t,e,f,m,s,l,Common::kPlatformFMTowns,ADGF_NO_FLAGS,v)
#define SHKGAME1_l(t,e,f,m,s,l,v) GENGAME1_(t,e,f,m,s,l,Common::kPlatformShockwave,ADGF_NO_FLAGS,v)
#define MACDEMO1_l(t,e,f,m,s,l,v) GENGAME1_(t,e,f,m,s,l,Common::kPlatformMacintosh,(ADGF_MACRESFORK|ADGF_DEMO),v)
More information about the Scummvm-git-logs
mailing list