mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 18:12:46 +00:00
Obligatory "fixing a very tiny and very stupid mistake" commit :p
This commit is contained in:
parent
6b448f72ee
commit
09c3c58575
1 changed files with 1 additions and 1 deletions
|
|
@ -7969,7 +7969,7 @@ void A_GhostMe(mobj_t *actor)
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
ghost = P_SpawnGhostMobj(actor);
|
ghost = P_SpawnGhostMobj(actor);
|
||||||
if (ghost && locvar1 > 1)
|
if (ghost && locvar1 > 0)
|
||||||
ghost->fuse = locvar1;
|
ghost->fuse = locvar1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue