mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
* animation of water tiles
* minor changes
This commit is contained in:
@ -36,7 +36,7 @@ std::string toString(MetaString &ms)
|
||||
ser = ms.texts[-ms.message[i]-1].second;
|
||||
if(type == 5)
|
||||
{
|
||||
ret += CGI->arth->artifacts[ser].name;
|
||||
ret += CGI->arth->artifacts[ser].Name();
|
||||
continue;
|
||||
}
|
||||
else if(type == 7)
|
||||
|
Reference in New Issue
Block a user