From 89116d61bd85e472a89062da4815a66b4b96e6b9 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Jun 2012 07:29:06 +0200 Subject: Remove unused variables. --- src/dungeon.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/dungeon.c') 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; -- cgit v1.2.3