mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +00:00
GS_TUTORIAL: No player should ever do lightsnake respawn, especially not thinkerless bots
Fixes a handful of rings drifting across the floor of the HVR room in the Rings tutorial
This commit is contained in:
parent
5d8a86ca55
commit
80adabc553
1 changed files with 1 additions and 1 deletions
|
|
@ -12316,7 +12316,7 @@ void P_MovePlayerToSpawn(INT32 playernum, mapthing_t *mthing)
|
||||||
mobj->angle = p->drawangle = angle;
|
mobj->angle = p->drawangle = angle;
|
||||||
|
|
||||||
// FAULT
|
// FAULT
|
||||||
if (gamestate == GS_LEVEL && leveltime > introtime && !p->spectator)
|
if (gamestate == GS_LEVEL && leveltime > introtime && !p->spectator && gametype != GT_TUTORIAL)
|
||||||
{
|
{
|
||||||
K_DoIngameRespawn(p);
|
K_DoIngameRespawn(p);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue