mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Fixed flashingtics being set on subsequent maploads.
This commit is contained in:
parent
45c0e48e16
commit
a4cf9932f0
1 changed files with 1 additions and 1 deletions
|
|
@ -10465,7 +10465,7 @@ void P_SpawnPlayer(INT32 playernum)
|
||||||
p->skincolor = skincolor_blueteam;
|
p->skincolor = skincolor_blueteam;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (leveltime >= introtime)
|
if (leveltime > introtime)
|
||||||
p->powers[pw_flashing] = K_GetKartFlashing(p); // Babysitting deterrent
|
p->powers[pw_flashing] = K_GetKartFlashing(p); // Babysitting deterrent
|
||||||
|
|
||||||
mobj = P_SpawnMobj(0, 0, 0, MT_PLAYER);
|
mobj = P_SpawnMobj(0, 0, 0, MT_PLAYER);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue