aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-03 12:34:53 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-03 12:34:53 +0200
commit9bc06b941a1499543a51c2c2032042d18596badd (patch)
tree151c5016cfcd79e2ea7aeba50a79a499bbeb2c15 /TODO.md
parentd60a8bb5c12d906dce3b0880a39640a3e3f08837 (diff)
Debug duplicated move in games
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index c49f470..4d4e5c6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,7 +14,7 @@
- [x] Debug engine name in the EngineTab configuration (use id for engine entry instead of name (otherwise name clash/bugs etc.))
- [x] Use static libraries for dependencies
- [x] Update PGNP to last commit
- - [ ] Remove duplicated variations (currently if variation is played more than once it is added anyway to the move list)
+ - [x] Remove duplicated variations (currently if variation is played more than once it is added anyway to the move list)
- [ ] Debug the Preference window on OS X (GetIcon() must be overridden)
## Additional Features