Increase all symbol sizes in player menu from 35 to 40

objectmenu
Günther Brammer 2016-01-30 02:09:32 +01:00
parent dd49c5a2fe
commit d60f767f5c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const int C4S_MaxPlayer = 4;
const int C4D_MaxVertex = 30;
const int
C4SymbolSize = 35,
C4SymbolSize = 40,
C4SymbolBorder = 5,
C4UpperBoardHeight = 50,
C4PictureSize = 64,