game: switch "built a new building" toast icon to match news

This commit is contained in:
Crypto City 2021-08-24 11:16:13 +00:00
parent 018e977c7a
commit 2adef1dd14

View File

@ -6796,7 +6796,7 @@ void CryptoCityUrho3D::NotifyEvents(const cc::game_events_t &events, std::set<ui
if (!trade_msg.empty())
ui->AddToastNotification(trade_msg.c_str(), "images/gold-coins.png");
if (!building_msg.empty())
ui->AddToastNotification(building_msg.c_str(), "images/building.png");
ui->AddToastNotification(building_msg.c_str(), "images/farm.png");
if (!sow_msg.empty())
ui->AddToastNotification(sow_msg.c_str(), "images/seeds.png");
if (!harvest_vegetables_msg.empty())