]> git.sesse.net Git - stockfish/commit
Rename time variable to reflect UCI parameters
authorMarco Costalba <mcostalba@gmail.com>
Thu, 18 Sep 2014 13:44:38 +0000 (15:44 +0200)
committerlucasart <lucas.braesch@gmail.com>
Sun, 21 Sep 2014 00:23:12 +0000 (08:23 +0800)
commit4d0a6c5a6f80fbb417318d6b5b22c5aab23e6de4
treecd9f08ca9670655b96acd8fa5bc79c23ba50387f
parent2eec710318255df054a77abb7cd48d680453fd26
Rename time variable to reflect UCI parameters

On top of previous patch, rename time variables to
reflect the simplification of UCI parameters.

It is more correct to use as varibales directly the
corresponding UCI option, without intorducing redundant
intermediate variables.

This allows also to simplify the code.

No functional change.
src/timeman.cpp