1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Hover text for heroes.

This commit is contained in:
Michał W. Urbańczyk
2008-08-02 10:25:58 +00:00
parent 1f4b4364df
commit dc82232e70
4 changed files with 12 additions and 11 deletions

View File

@@ -81,6 +81,10 @@ std::string toString(MetaString &ms)
}
}
}
for(int i=0;i<ms.replacements.size();i++)
{
ret.replace(ret.find("%s"),2,ms.replacements[i]);
}
return ret;
}