[Scummvm-git-logs] scummvm master -> 31c54bf028da213b23627d1dd71e3a1a2435c0ea

elasota noreply at scummvm.org
Wed May 31 05:43:27 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:
31c54bf028 VCRUISE: Fix accidental commenting-out of English CD version


Commit: 31c54bf028da213b23627d1dd71e3a1a2435c0ea
    https://github.com/scummvm/scummvm/commit/31c54bf028da213b23627d1dd71e3a1a2435c0ea
Author: elasota (ejlasota at gmail.com)
Date: 2023-05-31T01:43:11-04:00

Commit Message:
VCRUISE: Fix accidental commenting-out of English CD version

Changed paths:
    engines/vcruise/detection_tables.h


diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 34a6ab818d4..5ec78b72a17 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -113,7 +113,6 @@ static const VCruiseGameDescription gameDescriptions[] = {
 		GID_REAH,
 		Common::EN_ANY,
 	},
-	#if 0
 	{ // Schizm: Mysterious Journey, English CD Version
 		{
 			"schizm",
@@ -128,7 +127,6 @@ static const VCruiseGameDescription gameDescriptions[] = {
 		GID_SCHIZM,
 		Common::EN_GRB,
 	},
-	#endif
 	{ // Schizm: Mysterious Journey, English DVD/digital Version
 		{
 			"schizm",




More information about the Scummvm-git-logs mailing list