aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2023-06-05 22:34:08 +0100
committerBen Harris <bjh21@bjh21.me.uk>2023-06-11 00:32:40 +0100
commitb08c13f5f47a8541961fc150142523b061d3d9c6 (patch)
tree52582a5676b943f566efb4ee90e0d93a21d611d7
parent7333d27b0c9d85d7fec41c2ca60dbea740767451 (diff)
downloadpuzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.zip
puzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.tar.gz
puzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.tar.bz2
puzzles-b08c13f5f47a8541961fc150142523b061d3d9c6.tar.xz
Update a comment in Mines to reflect that we have user prefs now
-rw-r--r--mines.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mines.c b/mines.c
index 9b77683..ebd3c58 100644
--- a/mines.c
+++ b/mines.c
@@ -3,8 +3,7 @@
*
* Still TODO:
*
- * - think about configurably supporting question marks. Once,
- * that is, we've thought about configurability in general!
+ * - think about configurably supporting question marks.
*/
#include <stdio.h>