1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fixed typo.

This commit is contained in:
DjWarmonger 2016-02-09 15:15:45 +01:00
parent 4de0f0f973
commit d775e40eba

View File

@ -370,7 +370,7 @@ void CClient::loadGame(const std::string & fname, const bool server, const std::
// logGlobal->traceStream() << boost::format("\tindex=%5d, id=%5d; address=%5d, pos=%s, name=%s") % i % o->id % (int)o.get() % o->pos % o->getHoverText();
// else
// logGlobal->traceStream() << boost::format("\tindex=%5d --- nullptr") % i;
// }f
// }
}
#endif