summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-27 12:33:29 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-27 12:33:29 +0000
commitd6a80fc099249eb2e9d759b92e0e248e5a925256 (patch)
tree829bc3e9d7f3b52fa0c48f5ae9b63ca62e7fb6a1 /crawl-ref/source/AppHdr.h
parentc0a429f1bbb20357589acce9fba2b85306927bca (diff)
downloadcrawl-ref-d6a80fc099249eb2e9d759b92e0e248e5a925256.tar.gz
crawl-ref-d6a80fc099249eb2e9d759b92e0e248e5a925256.zip
remember_name was broken, fixed.
Colour overlays were not being rotated/mirrored, fixed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2231 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 6a67709cc7..115a51186d 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -219,7 +219,9 @@
// Startup preferences are saved by player name rather than uid,
// since all players use the same uid in dgamelaunch.
+ #ifndef DGL_NO_STARTUP_PREFS_BY_NAME
#define DGL_STARTUP_PREFS_BY_NAME
+ #endif
// Increase the size of the topscores file for public servers.
#define SCORE_FILE_ENTRIES 1000