1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00

* added hints in town lists

* eliminated square from city hints
* version changed on 0.53c
This commit is contained in:
Michał W. Urbańczyk
2008-02-22 15:47:01 +00:00
parent 06c193498e
commit 83b5c78d5a
5 changed files with 12 additions and 9 deletions

View File

@ -1681,5 +1681,5 @@ unsigned char CMapHandler::getDir(const int3 &a, const int3 &b)
{
return 7;
}
return -2; //shouldn't happen
}