Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
PleasingFungus committed Dec 18, 2015
1 parent 60f76df commit 4e3efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl-ref/source/religion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3569,7 +3569,7 @@ void join_religion(god_type which_god)

redraw_screen();

static const god_type old_god = you.religion;
const god_type old_god = you.religion;
if (you.previous_good_god == GOD_NO_GOD)
{
you.previous_good_god = old_god;
Expand Down

0 comments on commit 4e3efc9

Please sign in to comment.