Przeglądaj źródła

Fixed CID 1197622.
* Coverity says that this line actually unreachable

AlexVinS 9 lat temu
rodzic
commit
4288bb88ae
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      AI/VCAI/VCAI.cpp

+ 0 - 4
AI/VCAI/VCAI.cpp

@@ -3427,10 +3427,6 @@ For ship construction etc, another function (goal?) is needed
 	{
 		return findFirstVisitableTile(h, dst);
 	}
-
-	//FIXME: find out why this line is reached
-	logAi->errorStream() << ("Impossible happened at SectorMap::firstTileToGet");
-	return ret;
 }
 
 int3 SectorMap::findFirstVisitableTile (HeroPtr h, crint3 dst)