summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-27 21:47:49 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-27 21:47:49 +0200
commita65a6d5f557d4e6846c1ef959a68fa556d86fd1e (patch)
treee6c0d03024f36be63b14d6c641a042c0b6fe0819 /src
parentfe3f2d47aa2a4da812597a2c78a8a5f10e044cdf (diff)
Remove USE_FAST_AUTOROLLER preprocessor define
Diffstat (limited to 'src')
-rw-r--r--src/birth.c6
-rw-r--r--src/config.h5
2 files changed, 0 insertions, 11 deletions
diff --git a/src/birth.c b/src/birth.c
index 09c6f08d..31be2db2 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -3027,12 +3027,6 @@ static bool_ player_birth_aux_auto()
/* Make sure they see everything */
Term_fresh();
-#ifndef USE_FAST_AUTOROLLER
-
- /* Delay 1/10 second */
- if (fast_autoroller && flag) Term_xtra(TERM_XTRA_DELAY, 100);
-
-#endif
/* Do not wait for a key */
inkey_scan = TRUE;
diff --git a/src/config.h b/src/config.h
index 438832b4..73e016e2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -251,11 +251,6 @@
/* # define FORCE_V_IDX 20 */
/*
- * Using the fast autoroller can be considered as cheating
- */
-#define USE_FAST_AUTOROLLER
-
-/*
* Enable the CTRL + L command to quit without saving
* Only use for debugging purpose, otherwise you are a CHEATER
*/