mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Set killer slots number to 2
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
75d001addd
commit
49d52b8266
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
const int PLY_MAX = 100;
|
const int PLY_MAX = 100;
|
||||||
const int PLY_MAX_PLUS_2 = 102;
|
const int PLY_MAX_PLUS_2 = 102;
|
||||||
const int KILLER_MAX = 4;
|
const int KILLER_MAX = 2;
|
||||||
|
|
||||||
|
|
||||||
////
|
////
|
||||||
|
|
Loading…
Add table
Reference in a new issue