summaryrefslogtreecommitdiff
path: root/src/wizard2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-09 16:24:03 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-09 16:24:03 +0200
commit6ec947a8fc5b4aeb6ee54948b9b1a9ced583f8ba (patch)
tree74afa940644fde92f9cb9f9ec650fd42bf0aff3e /src/wizard2.c
parent93e3dd939f24965125641ca4a08135a6e723c1a3 (diff)
Lua: Remove quest_type "type" field.
Diffstat (limited to 'src/wizard2.c')
-rw-r--r--src/wizard2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wizard2.c b/src/wizard2.c
index 6f691171..36efa148 100644
--- a/src/wizard2.c
+++ b/src/wizard2.c
@@ -1799,7 +1799,7 @@ void do_cmd_debug(void)
{
quest[command_arg].status = QUEST_STATUS_TAKEN;
*(quest[command_arg].plot) = command_arg;
- if (quest[command_arg].type == HOOK_TYPE_C) quest[command_arg].init(command_arg);
+ quest[command_arg].init(command_arg);
break;
}
break;