From a65a6d5f557d4e6846c1ef959a68fa556d86fd1e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 27 Jun 2012 21:47:49 +0200 Subject: Remove USE_FAST_AUTOROLLER preprocessor define --- src/birth.c | 6 ------ src/config.h | 5 ----- 2 files changed, 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 @@ -250,11 +250,6 @@ /* For testing the vaults */ /* # 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 -- cgit v1.2.3