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

Use 5 TTEntry slots instead of 4

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2009-08-09 04:35:46 +01:00
parent 6f1475b6fc
commit e6863f46de

View file

@ -31,7 +31,7 @@
/// This is the number of TTEntry slots for each position
static const int ClusterSize = 4;
static const int ClusterSize = 5;
////