Changes between Version 3 and Version 6 of Ticket #6692


Ignore:
Timestamp:
Jan 16, 2023, 5:53:20 PM (19 months ago)
Author:
Langbart
Comment:
  • update possible solution

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6692 – Description

    v3 v6  
    4444----
    4545
    46 === possible solution (not from s0600204)
     46=== possible solution
     47see [[comment:4|comment:4 by s0600204]]
    4748{{{#!diff
    4849--- a/binaries/data/mods/public/gui/session/top_panel/CivIcon.js
     
    5354                                // (depending on whether they're "viewing" no-one or gaia respectively)
    5455-                               "civ": this.dialogSelection.civ || g_Players[Math.max(g_ViewedPlayer, 1)].civ,
    55 +                               "civ": g_ViewedPlayer > 0 ? g_Players[g_ViewedPlayer].civ : this.dialogSelection.civ || g_Players[Math.max(g_ViewedPlayer, 1)].civ,
     56+                               "civ": g_ViewedPlayer > 0 ? g_Players[g_ViewedPlayer].civ : this.dialogSelection.civ || g_Players[1].civ,
    5657 
    5758                                // TODO add info about researched techs and unlocked entities