summaryrefslogtreecommitdiff
path: root/src/q_ultrae.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_ultrae.cc')
-rw-r--r--src/q_ultrae.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/q_ultrae.cc b/src/q_ultrae.cc
index d42b9c6f..ff2a6a48 100644
--- a/src/q_ultrae.cc
+++ b/src/q_ultrae.cc
@@ -2,7 +2,7 @@
#define cquest (quest[QUEST_ULTRA_EVIL])
-bool_ quest_ultra_evil_init_hook(int q)
+void quest_ultra_evil_init_hook()
{
- return (FALSE);
+ // Initialized by other hook.
}