summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 07:29:06 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 07:29:06 +0200
commit89116d61bd85e472a89062da4815a66b4b96e6b9 (patch)
tree58abd3564f95c82eea20cc2711ccbe0ca429ac92 /src/dungeon.c
parent03aa3417ca54eeb3ebf61557d062a5c31bf0172e (diff)
Remove unused variables.
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;