[Scummvm-git-logs] scummvm master -> 0ce7a44285d8d0b236dbff8082a323d63cfa1204

digitall noreply at scummvm.org
Mon May 8 11:12:58 UTC 2023


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:
0ce7a44285 VCRUISE: Fix Missing Initialization GCC Compiler Warning


Commit: 0ce7a44285d8d0b236dbff8082a323d63cfa1204
    https://github.com/scummvm/scummvm/commit/0ce7a44285d8d0b236dbff8082a323d63cfa1204
Author: D G Turner (digitall at scummvm.org)
Date: 2023-05-08T12:12:31+01:00

Commit Message:
VCRUISE: Fix Missing Initialization GCC Compiler Warning

Changed paths:
    engines/vcruise/detection_tables.h


diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 7a8e076b7fa..51240b0f808 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -86,7 +86,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 		GID_SCHIZM,
 		Common::EN_GRB,
 	},
-	{ AD_TABLE_END_MARKER, GID_UNKNOWN }
+	{ AD_TABLE_END_MARKER, GID_UNKNOWN, Common::UNK_LANG }
 };
 
 } // End of namespace VCruise




More information about the Scummvm-git-logs mailing list