summaryrefslogtreecommitdiff
path: root/src/char/int_quest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_quest.c')
-rw-r--r--src/char/int_quest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/int_quest.c b/src/char/int_quest.c
index de3fbd000..9478b532d 100644
--- a/src/char/int_quest.c
+++ b/src/char/int_quest.c
@@ -218,7 +218,8 @@ int mapif_parse_quest_save(int fd)
{
int i, j, k, old_n, new_n = (RFIFOW(fd,2)-8)/sizeof(struct quest);
int char_id = RFIFOL(fd,4);
- struct quest *old_qd = NULL, *new_qd = NULL;
+ struct quest *old_qd = NULL;
+ const struct quest *new_qd = NULL;
bool success = true;
if (new_n > 0)