1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

* more TPlayerColor/TResource

This commit is contained in:
mateuszb
2012-09-24 17:00:18 +00:00
parent 18bd898cb1
commit 55f1c47c16
8 changed files with 55 additions and 55 deletions

View File

@@ -80,7 +80,7 @@ struct ArmyDescriptor : public std::map<TSlot, CStackBasicDescriptor>
struct DLL_LINKAGE InfoAboutArmy
{
ui8 owner;
TPlayerColor owner;
std::string name;
ArmyDescriptor army;