mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Merge pull request #2971 from Nordsoft91/translations
Multi-language support for network game and for VMAPs
This commit is contained in:
@@ -3221,7 +3221,7 @@ void CGameHandler::handleTimeEvents()
|
||||
//prepare dialog
|
||||
InfoWindow iw;
|
||||
iw.player = color;
|
||||
iw.text.appendRawString(ev.message);
|
||||
iw.text = ev.message;
|
||||
|
||||
for (int i=0; i<ev.resources.size(); i++)
|
||||
{
|
||||
@@ -3272,7 +3272,7 @@ void CGameHandler::handleTownEvents(CGTownInstance * town, NewTurn &n)
|
||||
// dialog
|
||||
InfoWindow iw;
|
||||
iw.player = player;
|
||||
iw.text.appendRawString(ev.message);
|
||||
iw.text = ev.message;
|
||||
|
||||
if (ev.resources.nonZero())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user