mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +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…
Reference in a new issue