Hide tooltips for unoccupied spawnpoints in the replay browser
This commit is contained in:
committed by
reaperrr
parent
fc0495ac27
commit
677904c682
@@ -81,6 +81,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{ "onMouseDown", (Action<MapPreviewWidget, MapPreview, MouseInput>)((preview, mapPreview, mi) => { }) },
|
||||
{ "getSpawnOccupants", (Func<MapPreview, Dictionary<CPos, SpawnOccupant>>)(mapPreview =>
|
||||
LobbyUtils.GetSpawnOccupants(selectedReplay.GameInfo.Players, mapPreview)) },
|
||||
{ "showUnoccupiedSpawnpoints", false },
|
||||
});
|
||||
|
||||
var replayDuration = new CachedTransform<ReplayMetadata, string>(r =>
|
||||
|
||||
Reference in New Issue
Block a user