summaryrefslogtreecommitdiff
path: root/src/spells5.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commitcf174d71d2b56fb40248d96707090a484b4957fc (patch)
treeca2666f5f0aabca22b45f2f87baf19be296ac0af /src/spells5.cc
parent79d1633d51015b2a9224dece9da083ff1ab8b7c2 (diff)
Search/replace bool_ with bool
We also search/replace TRUE/FALSE with their bool equivalents.
Diffstat (limited to 'src/spells5.cc')
-rw-r--r--src/spells5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells5.cc b/src/spells5.cc
index b61afcaf..63504768 100644
--- a/src/spells5.cc
+++ b/src/spells5.cc
@@ -2315,7 +2315,7 @@ void school_spells_init()
spells_init_theme();
break;
default:
- assert(FALSE);
+ assert(false);
}
}