1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Remove line break in comment.

This commit is contained in:
Frank Zago
2010-08-04 03:33:10 +00:00
parent 006a7d1f11
commit fdad7e34e1

View File

@@ -573,7 +573,7 @@ void CGeniusAI::addHeroObjectives(CGeniusAI::HypotheticalGameState::HeroModel& h
// TODO: Will have to make some calculations so that the AI can enter the
// underground.
if (hpos.z == destination.z) {
//TODO: fix get path so that it doesn't return a path unless z's are \
//TODO: fix get path so that it doesn't return a path unless z's are
// the same, or path goes through sub gate.
if (m_cb->getPath(hpos, destination, h.h, path)) {
path.convert(0);