diff --git a/src/p_spec.c b/src/p_spec.c index fc22c6bf..cba294e6 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -3213,6 +3213,9 @@ void P_SetupSignExit(player_t *player) thinker_t *think; INT32 numfound = 0; + if (player->kartstuff[k_position] != 1) + return; + for (; node; node = node->m_thinglist_next) { thing = node->m_thing;