Don't use black for gaia on survival of the fittest, refs #3102.

Some GUI elements use white until the first diplomacy change.
The choice black is confusing, problematic as there is a dark gray
player color and
problematic as black words in the chat have no contrast to the black
background.
Changing playercolors in running games is a questionable feature, thus
don't attempt to inform the GUI via a GUIInterface notification now.

This was SVN commit r18914.
This commit is contained in:
elexis 2016-11-06 02:16:40 +00:00
parent 0555ace16e
commit 9468cfdc8c

View File

@ -146,10 +146,6 @@ Trigger.prototype.InitGame = function()
this.playerCivicCenter[i] = entity;
}
// Make gaia black
QueryPlayerIDInterface(0).SetColor(0, 0, 0);
// Place the treasures
this.PlaceTreasures();
// Disable farms, civic centers and walls for all players