mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Forgot to do this before making the previous commit; completes support for no-points drone badniks.
This commit is contained in:
parent
6099ae4bcb
commit
588d17cb29
1 changed files with 1 additions and 1 deletions
|
|
@ -8347,7 +8347,7 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type)
|
|||
mobj->height = info->height;
|
||||
mobj->flags = info->flags;
|
||||
|
||||
mobj->health = info->spawnhealth;
|
||||
mobj->health = (info->spawnhealth ? info->spawnhealth : 1);
|
||||
|
||||
mobj->reactiontime = info->reactiontime;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue