summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-24 20:08:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-24 20:08:10 +0000
commit6760750eb72b4507db1f7660bab88e013dc3fa94 (patch)
tree9b4b3d500e4facdab61b5b7ed975f69e2067b009 /crawl-ref/source/AppHdr.h
parentfa22f87e8ff71520801954ebeebff2e4499709c8 (diff)
downloadcrawl-ref-6760750eb72b4507db1f7660bab88e013dc3fa94.tar.gz
crawl-ref-6760750eb72b4507db1f7660bab88e013dc3fa94.zip
Added DGL_STARTUP_PREFS_BY_NAME to store new character options by username
for dgamelaunch. Dropped ice statue hitpoints to compensate for their immunity to disintegration. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2195 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 4aeddb03c1..6a67709cc7 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -217,6 +217,10 @@
//
#define DGL_CLEAR_SCREEN "\033[2J"
+ // Startup preferences are saved by player name rather than uid,
+ // since all players use the same uid in dgamelaunch.
+ #define DGL_STARTUP_PREFS_BY_NAME
+
// Increase the size of the topscores file for public servers.
#define SCORE_FILE_ENTRIES 1000