mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +00:00
LAT
This commit is contained in:
parent
7c3925e1ea
commit
af17038cfb
1 changed files with 4 additions and 4 deletions
|
@ -2546,14 +2546,14 @@ void K_SpawnKartExplosion(fixed_t x, fixed_t y, fixed_t z, fixed_t radius, INT32
|
||||||
// Spawns the purely visual explosion
|
// Spawns the purely visual explosion
|
||||||
void K_SpawnMineExplosion(mobj_t *source, UINT8 color)
|
void K_SpawnMineExplosion(mobj_t *source, UINT8 color)
|
||||||
{
|
{
|
||||||
INT32 i, radius, height;
|
|
||||||
mobj_t *smoldering = P_SpawnMobj(source->x, source->y, source->z, MT_SMOLDERING);
|
|
||||||
K_MatchGenericExtraFlags(smoldering, source);
|
|
||||||
|
|
||||||
mobj_t *dust;
|
mobj_t *dust;
|
||||||
mobj_t *truc;
|
mobj_t *truc;
|
||||||
INT32 speed, speed2;
|
INT32 speed, speed2;
|
||||||
|
|
||||||
|
INT32 i, radius, height;
|
||||||
|
mobj_t *smoldering = P_SpawnMobj(source->x, source->y, source->z, MT_SMOLDERING);
|
||||||
|
K_MatchGenericExtraFlags(smoldering, source);
|
||||||
|
|
||||||
smoldering->tics = TICRATE*3;
|
smoldering->tics = TICRATE*3;
|
||||||
radius = source->radius>>FRACBITS;
|
radius = source->radius>>FRACBITS;
|
||||||
height = source->height>>FRACBITS;
|
height = source->height>>FRACBITS;
|
||||||
|
|
Loading…
Reference in a new issue