From d6a80fc099249eb2e9d759b92e0e248e5a925256 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 27 Sep 2007 12:33:29 +0000 Subject: 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 --- crawl-ref/source/AppHdr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/AppHdr.h') 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 -- cgit v1.2.3-54-g00ecf