1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

- it is possible to read json file with vector

- town configuration:
- - all town-related texts are now in TownHandler
- - alignments are now part of faction
- - removed CTown::bonus field
This commit is contained in:
Ivan Savenko
2012-10-05 13:11:26 +00:00
parent f113f9573d
commit 306d64b0c4
15 changed files with 227 additions and 225 deletions

View File

@@ -110,6 +110,8 @@ namespace ELossConditionType
namespace EAlignment
{
enum EAlignment { GOOD, EVIL, NEUTRAL };
const std::string names [3] = {"good", "evil", "neutral"}; //for parsing from config file
}
namespace ETownType