X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=ab76997ff0e7a101ca742b9116b8a398caef6852;hp=1504f64ec41c8d88c3bfe40283a61907bb2af1bd;hb=11491e71eedf75763f0adf3136344fe3a244a06e;hpb=e81d0d08c398f9a3708d9dadbb75d9b3feb5efaf diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 1504f64e..ab76997f 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -38,7 +38,7 @@ //// Variables //// -bool Chess960 = false; +bool Chess960; //// @@ -59,9 +59,9 @@ namespace { std::string name, defaultValue, currentValue; OptionType type; + size_t idx; int minValue, maxValue; ComboValues comboValues; - size_t idx; Option(); Option(const char* defaultValue, OptionType = STRING);