This commit is contained in:
TehRealSalt 2018-09-13 23:49:24 -04:00
parent ce85c2b7bd
commit 6c6ca1a110
1 changed files with 3 additions and 0 deletions

View File

@ -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;