From e8cab4a2d5635ae734f4516742ef5a64e1f3b752 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 4 Sep 2019 01:12:40 +0100 Subject: [PATCH] Correct the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c93dfc2..8d1f0c90 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Run 'make' in this folder, preferably with some of the following settings: * `STATIC=1` - Produce a statically-linked executable (so you don't need to bundle DLL files) * `JAPANESE=1` - Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation) * `FIX_BUGS=1` - Fix bugs in the game (see [src/Bug Fixes.txt](src/Bug%20Fixes.txt)) -* `DEBUG_SAVE=1` - Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window +* `DEBUG_SAVE=1` - Re-enable the ability to drag-and-drop save files onto the window ## Licensing