diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-30 21:31:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-30 21:33:10 +0900 |
commit | 78cddf8e8b1ab472b35133f2f2a0207ed245275b (patch) | |
tree | 6d61ab25e86d9948ca8559eed3acf2676c06b371 /knights/resource.h | |
parent | e8803aa7ae3f9196e21b21f491e3994fd7c333ba (diff) | |
download | knights-78cddf8e8b1ab472b35133f2f2a0207ed245275b.tar.gz knights-78cddf8e8b1ab472b35133f2f2a0207ed245275b.zip |
Added user option to delete chess engine log files (game.### and log.###) from user home folder on exit.
This resolves bug 2665.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit febf3bbebfc048a068894f90d3a43d7fc6043aa3)
Diffstat (limited to 'knights/resource.h')
-rw-r--r-- | knights/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/knights/resource.h b/knights/resource.h index 1303b0a..9812632 100644 --- a/knights/resource.h +++ b/knights/resource.h @@ -109,6 +109,7 @@ class resource bool OPTION_Book_White; bool OPTION_Book_Black; bool OPTION_Board_Orientation; + bool OPTION_Delete_Logs; bool OPTION_Ponder; bool OPTION_Show_Coord; bool OPTION_Show_Last_Move; |