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:
parent
0118623495
commit
1574428f64
1 changed files with 1 additions and 1 deletions
|
@ -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) };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue