summaryrefslogtreecommitdiff
path: root/src/strife/p_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_switch.c')
-rw-r--r--src/strife/p_switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c
index 9ea42e1b..93ad3f81 100644
--- a/src/strife/p_switch.c
+++ b/src/strife/p_switch.c
@@ -325,7 +325,7 @@ void P_ChangeSwitchTexture(line_t* line, int useAgain)
breakglass = true;
// give quest token #28 to player
- players[0].questflags |= (1 << ((MT_TOKEN_QUEST28 - MT_TOKEN_QUEST1) + 1));
+ players[0].questflags |= (1 << tk_quest28);
// give stamina/accuracy items
if(!netgame)