mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Replace the 99 with a const int.
This commit is contained in:
parent
8eb0e2dbef
commit
4a2a61ef46
2 changed files with 4 additions and 2 deletions
|
|
@ -50,6 +50,8 @@ private:
|
|||
QSet<int> gameTypeFilter;
|
||||
int maxPlayersFilterMin, maxPlayersFilterMax;
|
||||
|
||||
static const int DEFAULT_MAX_PLAYERS_MAX = 99;
|
||||
|
||||
/*
|
||||
* The game type might contain special characters, so to use it in
|
||||
* QSettings we just hash it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue