[Scummvm-git-logs] scummvm master -> 481e1e595a987423321e93d40ae354721c045943

Helco noreply at scummvm.org
Sun Oct 19 15:13:23 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:
481e1e595a ALCACHOFA: Trade syntax warning against syntax error


Commit: 481e1e595a987423321e93d40ae354721c045943
    https://github.com/scummvm/scummvm/commit/481e1e595a987423321e93d40ae354721c045943
Author: Helco (hermann.noll at hotmail.com)
Date: 2025-10-19T17:11:32+02:00

Commit Message:
ALCACHOFA: Trade syntax warning against syntax error

Changed paths:
    engines/alcachofa/detection.h


diff --git a/engines/alcachofa/detection.h b/engines/alcachofa/detection.h
index 67350e5a095..0c8ce953738 100644
--- a/engines/alcachofa/detection.h
+++ b/engines/alcachofa/detection.h
@@ -46,7 +46,7 @@ struct AlcachofaGameDescription {
 
 	ADGameDescription desc;
 
-	EngineVersion engineVersion = EngineVersion::V3_0;
+	EngineVersion engineVersion;
 
 	inline bool isVersionBetween(int min, int max) const {
 		int intVersion = (int)engineVersion;




More information about the Scummvm-git-logs mailing list