mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Bug fix
This commit is contained in:
parent
cf3b58f68d
commit
35bd542076
1 changed files with 3 additions and 0 deletions
|
|
@ -3213,6 +3213,9 @@ void P_SetupSignExit(player_t *player)
|
||||||
thinker_t *think;
|
thinker_t *think;
|
||||||
INT32 numfound = 0;
|
INT32 numfound = 0;
|
||||||
|
|
||||||
|
if (player->kartstuff[k_position] != 1)
|
||||||
|
return;
|
||||||
|
|
||||||
for (; node; node = node->m_thinglist_next)
|
for (; node; node = node->m_thinglist_next)
|
||||||
{
|
{
|
||||||
thing = node->m_thing;
|
thing = node->m_thing;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue