summaryrefslogtreecommitdiff
path: root/src/q_poison.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 09:14:06 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 09:17:57 +0200
commit30ba18d4fd9901f7d7fdbde83b41de5e0ef7e8c1 (patch)
tree8087c872864a2344deb1c1f44df673693db88bdc /src/q_poison.c
parentae6bee5100bb9ec4e7a3d5fa8538ca3eae38dc58 (diff)
messages: Remove message__type; it's not really used.
Diffstat (limited to 'src/q_poison.c')
-rw-r--r--src/q_poison.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_poison.c b/src/q_poison.c
index e6fed3a1..0c3987df 100644
--- a/src/q_poison.c
+++ b/src/q_poison.c
@@ -220,7 +220,7 @@ bool_ quest_poison_init_hook(int q_idx)
{
cquest.data[1] = TRUE;
cquest.data[0] = rand_int(4);
- if (wizard) message_add(MESSAGE_MSG, format("Wilderness poison %d, %d", wild_locs[cquest.data[0]][0], wild_locs[cquest.data[0]][1]), TERM_BLUE);
+ if (wizard) message_add(format("Wilderness poison %d, %d", wild_locs[cquest.data[0]][0], wild_locs[cquest.data[0]][1]), TERM_BLUE);
}
if ((cquest.status >= QUEST_STATUS_TAKEN) && (cquest.status < QUEST_STATUS_FINISHED))