summaryrefslogtreecommitdiff
path: root/src/q_nazgul.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commitfdb532aec5234db77a9111d219f8a870d660c4fc (patch)
treea997c53b956dfdadc09b22967c0afe9d348fd2c2 /src/q_nazgul.hpp
parent6a35e3de332df186eab39c3b67506882409a3ca2 (diff)
Change away from bool_ for hooks
Diffstat (limited to 'src/q_nazgul.hpp')
-rw-r--r--src/q_nazgul.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_nazgul.hpp b/src/q_nazgul.hpp
index 7efcd5a6..ad35e5b3 100644
--- a/src/q_nazgul.hpp
+++ b/src/q_nazgul.hpp
@@ -2,4 +2,4 @@
#include "h-basic.h"
-bool_ quest_nazgul_init_hook();
+void quest_nazgul_init_hook();