1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Implemented "Allied Adventure Map AI" option

This commit is contained in:
Ivan Savenko
2023-06-29 19:09:47 +03:00
parent 21c45bd84f
commit 8efa7911b7
8 changed files with 22 additions and 41 deletions

View File

@@ -22,7 +22,7 @@
VCMI_LIB_NAMESPACE_BEGIN
PlayerSettings::PlayerSettings()
: bonus(RANDOM), castle(NONE), hero(RANDOM), heroPortrait(RANDOM), color(0), handicap(NO_HANDICAP), team(0), compOnly(false)
: bonus(RANDOM), castle(NONE), hero(RANDOM), heroPortrait(RANDOM), color(0), handicap(NO_HANDICAP), compOnly(false)
{
}