summaryrefslogtreecommitdiff
path: root/src/q_ultrae.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-26 17:10:10 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:42 +0200
commitcbef37bd5bfb938a2303ee3887520c08be85d8e8 (patch)
treeb604e49323e46af4ea582f9a9e1977b3daa90611 /src/q_ultrae.c
parentb9f824effb037a53556e02955cace6c09ff646c3 (diff)
Switch almost everything over to C++
Diffstat (limited to 'src/q_ultrae.c')
-rw-r--r--src/q_ultrae.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/q_ultrae.c b/src/q_ultrae.c
deleted file mode 100644
index 44f54158..00000000
--- a/src/q_ultrae.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "q_ultrae.h"
-
-#define cquest (quest[QUEST_ULTRA_EVIL])
-
-bool_ quest_ultra_evil_init_hook(int q)
-{
- return (FALSE);
-}