[Scummvm-git-logs] scummvm master -> 5be4f5211ea80c51a37cf1833154c8886bd162e7

bluegr noreply at scummvm.org
Mon May 8 19:37:53 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:
5be4f5211e ULTIMA: Remove extra space in quest of the avatar name


Commit: 5be4f5211ea80c51a37cf1833154c8886bd162e7
    https://github.com/scummvm/scummvm/commit/5be4f5211ea80c51a37cf1833154c8886bd162e7
Author: i30817 (i30817 at gmail.com)
Date: 2023-05-08T22:37:49+03:00

Commit Message:
ULTIMA: Remove extra space in quest of the avatar name

Noticed this while updating some retroarch thumbnails when the name detected never made the correct named thumbnail appear, then noticed the extra space.

Changed paths:
    engines/ultima/detection.cpp


diff --git a/engines/ultima/detection.cpp b/engines/ultima/detection.cpp
index 544ff8f8d52..4188fc46002 100644
--- a/engines/ultima/detection.cpp
+++ b/engines/ultima/detection.cpp
@@ -33,7 +33,7 @@ static const PlainGameDescriptor ULTIMA_GAMES[] = {
 #ifndef RELEASE_BUILD
 	{ "ultima1", "Ultima I: The First Age of Darkness" }, 
 #endif
-	{ "ultima4", "Ultima IV:  Quest of the Avatar" },
+	{ "ultima4", "Ultima IV: Quest of the Avatar" },
 	{ "ultima4_enh", "Ultima IV: Quest of the Avatar - Enhanced" },
 	{ "ultima6", "Ultima VI: The False Prophet" },
 	{ "ultima6_enh", "Ultima VI: The False Prophet - Enhanced" },




More information about the Scummvm-git-logs mailing list