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

virtual CWindowObject

This commit is contained in:
SoundSSGood
2024-04-23 16:21:45 +03:00
parent 25d2b468c3
commit 20471c9c2f
17 changed files with 74 additions and 145 deletions

View File

@@ -53,6 +53,7 @@ namespace GameConstants
constexpr int64_t PLAYER_RESOURCES_CAP = 1000 * 1000 * 1000;
constexpr int ALTAR_ARTIFACTS_SLOTS = 22;
constexpr int TOURNAMENT_RULES_DD_MAP_TILES_THRESHOLD = 144*144*2; //map tiles count threshold for 2 dimension door casts with tournament rules
constexpr int KINGDOM_WINDOW_HEROES_SLOTS = 4;
}
VCMI_LIB_NAMESPACE_END