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.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/q_ultrae.cc b/src/q_ultrae.cc
new file mode 100644
index 00000000..d42b9c6f
--- /dev/null
+++ b/src/q_ultrae.cc
@@ -0,0 +1,8 @@
+#include "q_ultrae.hpp"
+
+#define cquest (quest[QUEST_ULTRA_EVIL])
+
+bool_ quest_ultra_evil_init_hook(int q)
+{
+ return (FALSE);
+}