summaryrefslogtreecommitdiff
path: root/src/hook_stair_out.hpp
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/hook_stair_out.hpp
parent79d1633d51015b2a9224dece9da083ff1ab8b7c2 (diff)
Search/replace bool_ with bool
We also search/replace TRUE/FALSE with their bool equivalents.
Diffstat (limited to 'src/hook_stair_out.hpp')
-rw-r--r--src/hook_stair_out.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hook_stair_out.hpp b/src/hook_stair_out.hpp
index b9c42189..b3470bc0 100644
--- a/src/hook_stair_out.hpp
+++ b/src/hook_stair_out.hpp
@@ -3,5 +3,5 @@
#include "h-basic.hpp"
struct hook_stair_out {
- bool_ allow;
+ bool allow;
};