From 653078098098cf00badf60ad3e95fdb0ba7633bb Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 10 Apr 2021 07:20:59 +0200 Subject: [PATCH] :art: Apply enums to towners --- Source/town.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/town.cpp b/Source/town.cpp index ff0c0dc4b..fa29fae8d 100644 --- a/Source/town.cpp +++ b/Source/town.cpp @@ -199,8 +199,8 @@ void T_Pass3() } } if (gbIsHellfire) { - if (quests[Q_FARMER]._qactive == QUEST_DONE || quests[Q_FARMER]._qactive == 10 - || quests[Q_JERSEY]._qactive == QUEST_DONE || quests[Q_JERSEY]._qactive == 10) { + if (quests[Q_FARMER]._qactive == QUEST_DONE || quests[Q_FARMER]._qactive == QUEST_HIVE_DONE + || quests[Q_JERSEY]._qactive == QUEST_DONE || quests[Q_JERSEY]._qactive == QUEST_HIVE_DONE) { TownOpenHive(); } else { TownCloseHive();