summaryrefslogtreecommitdiff
path: root/src/random_spell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/random_spell.hpp')
-rw-r--r--src/random_spell.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random_spell.hpp b/src/random_spell.hpp
index 01b5ba5e..2c814c9f 100644
--- a/src/random_spell.hpp
+++ b/src/random_spell.hpp
@@ -17,5 +17,5 @@ struct random_spell
byte dam_sides;
byte dam_dice;
byte level; /* Level needed */
- bool_ untried; /* Is the spell was tried? */
+ bool untried; /* Is the spell was tried? */
};