mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't leave the ghosts of ghosts lying around
This commit is contained in:
parent
f6835d5b79
commit
d32ebf902e
1 changed files with 2 additions and 1 deletions
|
|
@ -1548,8 +1548,9 @@ skippedghosttic:
|
|||
if (*g->p == DEMOMARKER)
|
||||
{
|
||||
g->mo->momx = g->mo->momy = g->mo->momz = 0;
|
||||
#if 1 // freeze frame (maybe more useful for time attackers)
|
||||
#if 0 // freeze frame (maybe more useful for time attackers) (2024-03-11: you leave it behind anyway!)
|
||||
g->mo->colorized = true;
|
||||
g->mo->fuse = 10*TICRATE;
|
||||
if (follow)
|
||||
follow->colorized = true;
|
||||
#else // dissapearing act
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue