Boost icon fix

This commit is contained in:
Tleety
2016-03-12 17:30:28 +01:00
parent d51ea3cabd
commit f7363eeea4
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ bool EndScreenSystem::OnWin(const Events::Win& e)
if (blueText.HasComponent("Text"))
(bool&)blueText["Text"]["Visible"] = false;
}else if (e.TeamThatWon == 1) {
}else if (e.TeamThatWon == 3) {
//Blue team won
if (redSprite.HasComponent("Sprite"))
(bool&)redSprite["Sprite"]["Visible"] = false;