From 6760750eb72b4507db1f7660bab88e013dc3fa94 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 24 Sep 2007 20:08:10 +0000 Subject: 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 --- crawl-ref/source/AppHdr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/AppHdr.h') 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 -- cgit v1.2.3-54-g00ecf