[Scummvm-git-logs] scummvm master -> f6142064f5f1c8097a9c6edd182f71bbe8f3ba1a
athrxx
noreply at scummvm.org
Mon Jun 27 22:44:18 UTC 2022
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:
f6142064f5 KYRA: fix build
Commit: f6142064f5f1c8097a9c6edd182f71bbe8f3ba1a
https://github.com/scummvm/scummvm/commit/f6142064f5f1c8097a9c6edd182f71bbe8f3ba1a
Author: athrxx (athrxx at scummvm.org)
Date: 2022-06-28T00:43:59+02:00
Commit Message:
KYRA: fix build
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index b8df0f3957a..cd1b18e4aac 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -2096,7 +2096,7 @@ const KYRAGameDescription adGameDescs[] = {
EOB2_FLAGS
},
- { AD_TABLE_END_MARKER, FLAGS(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) }
+ { AD_TABLE_END_MARKER, FLAGS(0, 0, 0, 0, 0, 0, 0, 0, 0, 0) }
};
const PlainGameDescriptor gameList[] = {
More information about the Scummvm-git-logs
mailing list