Extended faction transparency support

This commit is contained in:
mathusummut
2018-06-22 13:06:02 +02:00
parent 656816084c
commit 87465b35d4
6 changed files with 14 additions and 22 deletions

View File

@@ -50,7 +50,7 @@ namespace Shared {
static const int DEFAULT_MAP_CELL_HEIGHT = 10;
static const int MIN_MAP_FACTIONCOUNT = 1;
static const int MAX_MAP_FACTIONCOUNT = 8;
static const int MAX_MAP_FACTIONCOUNT = 10;
static const int DEFAULT_MAP_FACTIONCOUNT = 8;
static const int DEFAULT_MAP_CELL_WIDTH = 128;