Page Menu
Home
Wildfire Games
Search
Configure Global Search
Log In
Paste
P191
SavegameDetails oversighht
Active
Public
Actions
Authored by
elexis
on Jan 14 2020, 12:03 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Referenced Files
F1204338: raw.txt
Jan 14 2020, 12:03 PM
2020-01-14 12:03:05 (UTC+1)
Subscribers
None
Index: binaries/data/mods/public/gui/loadgame/SavegameDetails.js
===================================================================
--- binaries/data/mods/public/gui/loadgame/SavegameDetails.js (revision 23392)
+++ binaries/data/mods/public/gui/loadgame/SavegameDetails.js (working copy)
@@ -25,7 +25,8 @@
return;
Engine.GetGUIObjectByName("savedMapName").caption =
- this.mapCache.getMapName(metadata.initAttributes.mapType, metadata.initAttributes.map);
+ this.mapCache.translateMapName(
+ this.mapCache.getTranslatableMapName(metadata.initAttributes.mapType, metadata.initAttributes.map));
Engine.GetGUIObjectByName("savedInfoPreview").sprite =
this.mapCache.getMapPreview(metadata.initAttributes.mapType, metadata.initAttributes.map, metadata.initAttributes);
Event Timeline
elexis
created this paste.
Jan 14 2020, 12:03 PM
2020-01-14 12:03:05 (UTC+1)
elexis
created this object with visibility "Public (No Login Required)".
Log In to Comment