[Scummvm-git-logs] scummvm master -> d620ad1299b315fd6973bebf042a0fca69237555

athrxx noreply at scummvm.org
Tue Jan 21 20:15:18 UTC 2025


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:
d620ad1299 SCI: (ECOQUEST/CD/Windows) - enable 16 colors mode support


Commit: d620ad1299b315fd6973bebf042a0fca69237555
    https://github.com/scummvm/scummvm/commit/d620ad1299b315fd6973bebf042a0fca69237555
Author: athrxx (athrxx at scummvm.org)
Date: 2025-01-21T21:14:36+01:00

Commit Message:
SCI: (ECOQUEST/CD/Windows) - enable 16 colors mode support

Changed paths:
    engines/sci/detection_internal.cpp


diff --git a/engines/sci/detection_internal.cpp b/engines/sci/detection_internal.cpp
index 22b1ae728c4..eaf16116c82 100644
--- a/engines/sci/detection_internal.cpp
+++ b/engines/sci/detection_internal.cpp
@@ -135,7 +135,7 @@ Common::String customizeGuiOptions(Common::Path gamePath, Common::String guiOpti
 	};
 
 	bool isWindows = false;
-	if ((idStr.equals("kq6") || idStr.equals("sq4")) && platform == Common::kPlatformWindows) {
+	if ((idStr.equals("kq6") || idStr.equals("sq4") || idStr.equals("ecoquest")) && platform == Common::kPlatformWindows) {
 		guiOptions += GUIO_RENDERWIN_256C;
 		isWindows = true;
 	}




More information about the Scummvm-git-logs mailing list