1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
This commit is contained in:
AlexVinS
2016-02-22 04:53:14 +03:00
parent 64cb0267a3
commit ac281f3fec
3 changed files with 8 additions and 4 deletions

View File

@ -141,7 +141,6 @@ CGObjectInstance::~CGObjectInstance()
const std::string & CGObjectInstance::getStringId() const
{
//todo: getStringId use real object type
if(stringId == "")
{
boost::format fmt("%s_%d");