X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fucioption.cpp;h=c754353e0f82aa7349f2c49031a4edb2674076b8;hb=2608b9249d9c25a699c8db8725e35bd4ec0b65ab;hp=6b066f221a955eb3d58b908d7a55334b72c6f651;hpb=20a6f99cdb87d5877d490abceb795f7e68c5b4a6;p=stockfish diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 6b066f22..c754353e 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -72,6 +72,7 @@ OptionsMap::OptionsMap() { o["Emergency Base Time"] = UCIOption(200, 0, 30000); o["Emergency Move Time"] = UCIOption(70, 0, 5000); o["Minimum Thinking Time"] = UCIOption(20, 0, 5000); + o["Slow Mover"] = UCIOption(100, 10, 1000); o["UCI_Chess960"] = UCIOption(false); o["UCI_AnalyseMode"] = UCIOption(false); }