From 26a3b98f4f30de1f3faf0bb97eeeb8403864b5d3 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 21 Aug 2023 09:47:08 +0100 Subject: [PATCH] Remove a comment suggesting use of localStorage for prefs Preferences in the JavaScript version _are_ stored in localStorage now. --- emcc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emcc.c b/emcc.c index 28b5d98..6aa9c6b 100644 --- a/emcc.c +++ b/emcc.c @@ -21,8 +21,7 @@ * out of your browser to (e.g.) email to me as a bug report, but * for just resuming a game you were in the middle of, you'd * probably rather have a nice simple 'quick save' and 'quick load' - * button pair. Also, that might be a useful place to store - * preferences, if I ever get round to writing a preferences UI. + * button pair. * * - this is a downright silly idea, but it does occur to me that if * I were to write a PDF output driver for the Puzzles printing