[Scummvm-git-logs] scummvm master -> 9b94ea34735a2535d5dd6abd98ce0ae78f982d13
sev-
noreply at scummvm.org
Tue Oct 21 23:18:54 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9b94ea3473 ALCACHOFA: Fix detection table
Commit: 9b94ea34735a2535d5dd6abd98ce0ae78f982d13
https://github.com/scummvm/scummvm/commit/9b94ea34735a2535d5dd6abd98ce0ae78f982d13
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-10-22T01:18:30+02:00
Commit Message:
ALCACHOFA: Fix detection table
Changed paths:
engines/alcachofa/detection_tables.h
diff --git a/engines/alcachofa/detection_tables.h b/engines/alcachofa/detection_tables.h
index 2869f4b0f93..fcfd42a8ee1 100644
--- a/engines/alcachofa/detection_tables.h
+++ b/engines/alcachofa/detection_tables.h
@@ -114,7 +114,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
EngineVersion::V3_0
},
- AD_TABLE_END_MARKER
+ { AD_TABLE_END_MARKER, EngineVersion::V1_0 }
};
} // End of namespace Alcachofa
More information about the Scummvm-git-logs
mailing list