summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 56ea84e0cd..5ce561d512 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -56,6 +56,17 @@
//
// #define CLUA_BINDINGS
+// Uncomment to prevent Crawl from looking for a list of saves when
+// asking the player to enter a name. This can speed up startup
+// considerably if you have a lot of saves lying around (even more so
+// if the saves are zipped).
+//
+// #define DISABLE_SAVEGAME_LISTS
+
+// Uncomment to prevent Crawl from remembering startup preferences.
+//
+// #define DISABLE_STICKY_STARTUP_OPTIONS
+
// OS X's Terminal.app has color handling problems; dark grey is
// especially bad, so we'll want to remap that. OS X is otherwise
// Unix-ish, so we shouldn't need other special handling.