summaryrefslogtreecommitdiff
path: root/src/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells1.cc')
-rw-r--r--src/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells1.cc b/src/spells1.cc
index 7cedf83b..1fe14c5a 100644
--- a/src/spells1.cc
+++ b/src/spells1.cc
@@ -8953,7 +8953,7 @@ void generate_spell(int plev)
rspell->level = plev;
rspell->mana = mana;
- rspell->untried = TRUE;
+ rspell->untried = true;
/* Spells are always maximally destructive. */
rspell->proj_flags = PROJECT_KILL | PROJECT_ITEM | PROJECT_GRID;