Obligatory "fixing a very tiny and very stupid mistake" commit :p

This commit is contained in:
TehRealSalt 2017-09-21 17:38:42 -04:00
parent 6b448f72ee
commit 09c3c58575

View file

@ -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;
} }