1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Set killer slots number to 2

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2008-11-16 11:16:07 +01:00
parent 75d001addd
commit 49d52b8266

View file

@ -41,7 +41,7 @@
const int PLY_MAX = 100;
const int PLY_MAX_PLUS_2 = 102;
const int KILLER_MAX = 4;
const int KILLER_MAX = 2;
////