1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00

Fix a typo

Spotted by Isaac H. Dunn.

No functional change.
This commit is contained in:
Marco Costalba 2014-01-06 01:21:44 +01:00
parent 0118623495
commit 1574428f64

View file

@ -61,7 +61,7 @@ namespace {
};
// Endgame evaluation and scaling functions are accessed directly and not through
// the function maps because they correspond to more then one material hash key.
// the function maps because they correspond to more than one material hash key.
Endgame<KmmKm> EvaluateKmmKm[] = { Endgame<KmmKm>(WHITE), Endgame<KmmKm>(BLACK) };
Endgame<KXK> EvaluateKXK[] = { Endgame<KXK>(WHITE), Endgame<KXK>(BLACK) };