summaryrefslogtreecommitdiff
path: root/src/types.h
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/types.h
parent93e3dd939f24965125641ca4a08135a6e723c1a3 (diff)
Lua: Remove quest_type "type" field.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index 027ce678..c594f79b 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2250,8 +2250,6 @@ struct quest_type
s16b *plot; /* Which plot does it belongs to? */
- byte type; /* Lua or C ? */
-
bool_ (*init)(int q); /* Function that takes care of generating hardcoded quests */
s32b data[9]; /* Various datas used by the quests */