1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

* improved minimap

* live event handling on adventure map
* added CCallback
* minor stuff (as usual)
This commit is contained in:
Michał W. Urbańczyk
2007-08-27 14:15:03 +00:00
parent 4162103cf1
commit 210123ac33
11 changed files with 73 additions and 13 deletions

1
map.h
View File

@@ -75,6 +75,7 @@ struct SheroName //name of starting hero
};
struct PlayerInfo
{
int p8, p9;
bool canHumanPlay;
bool canComputerPlay;
unsigned int AITactic; //(00 - random, 01 - warrior, 02 - builder, 03 - explorer)