summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index d13da812..9bcb6839 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -2271,11 +2271,6 @@ static void process_world(void)
(void)set_tim_invis(p_ptr->tim_invis - 1);
}
- if (multi_rew)
- {
- multi_rew = FALSE;
- }
-
/* Timed esp */
if (p_ptr->tim_esp)
{
@@ -4554,13 +4549,6 @@ void process_player(void)
/*** Apply energy ***/
- if (hack_corruption)
- {
- msg_print("You feel different!");
- (void)gain_random_corruption(0);
- hack_corruption = FALSE;
- }
-
/* Obtain current speed */
speed_use = p_ptr->pspeed;
@@ -5436,8 +5424,6 @@ void play_game(bool_ new_game)
bool_ cheat_death = FALSE;
- hack_corruption = FALSE;
-
/* Hack -- Character is "icky" */
character_icky = TRUE;