summaryrefslogtreecommitdiffstats
path: root/trunk/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/spells4.cc')
-rw-r--r--trunk/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/source/spells4.cc b/trunk/source/spells4.cc
index 46ac36ebd0..26b09c3901 100644
--- a/trunk/source/spells4.cc
+++ b/trunk/source/spells4.cc
@@ -2056,7 +2056,7 @@ void cast_fulsome_distillation( int powc )
it_name( curr_item, DESC_NOCAP_THE, str_pass );
snprintf( info, INFO_SIZE, "Distill a potion from %s?", str_pass );
- if (yesno( info, true, false ))
+ if (yesno( info, true, 0, false ))
{
corpse = curr_item;
break;