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

Added hero selection (buggy)

This commit is contained in:
Michał W. Urbańczyk
2007-07-24 00:25:46 +00:00
parent 8cb1c3ff90
commit 40607240b4
4 changed files with 12 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ enum ElossCon {lossCastle, lossHero, timeExpires, lossStandard=255};
const int F_NUMBER = 9; //factions quantity
const int PLAYER_LIMIT = 8; //player limit per map
const int HEROES_PER_TYPE=8; //amount of heroes of each type
#define DEFBYPASS
#endif //GLOBAL_H