[Scummvm-git-logs] scummvm master -> 74f7a17dcf08ce66035d16195c689a0b05a4f9e4

mduggan mgithub at guarana.org
Thu Aug 27 23:53:08 UTC 2020


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:
74f7a17dcf ULTIMA8: Fix loading of translated gumps (fixes #11601)


Commit: 74f7a17dcf08ce66035d16195c689a0b05a4f9e4
    https://github.com/scummvm/scummvm/commit/74f7a17dcf08ce66035d16195c689a0b05a4f9e4
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-08-28T08:52:51+09:00

Commit Message:
ULTIMA8: Fix loading of translated gumps (fixes #11601)

Changed paths:
    engines/ultima/ultima8/games/game_data.cpp


diff --git a/engines/ultima/ultima8/games/game_data.cpp b/engines/ultima/ultima8/games/game_data.cpp
index 9e93aa478e..b7c277a51d 100644
--- a/engines/ultima/ultima8/games/game_data.cpp
+++ b/engines/ultima/ultima8/games/game_data.cpp
@@ -204,7 +204,7 @@ FrameID GameData::translate(FrameID f) {
 	istring key = "language/";
 	switch (f._flexId) {
 	case GUMPS:
-		key += "_gumps/";
+		key += "gumps/";
 		break;
 	default:
 		return f;




More information about the Scummvm-git-logs mailing list