mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-11 18:42:46 +00:00
Forgotten
This commit is contained in:
parent
648c7e6af6
commit
c1dab359e0
1 changed files with 1 additions and 0 deletions
|
|
@ -6727,6 +6727,7 @@ void P_MobjThinker(mobj_t *mobj)
|
||||||
P_SetMobjState(smoke, S_QUICKBOOM1);
|
P_SetMobjState(smoke, S_QUICKBOOM1);
|
||||||
smoke->scale = mobj->scale/2;
|
smoke->scale = mobj->scale/2;
|
||||||
smoke->destscale = mobj->scale;
|
smoke->destscale = mobj->scale;
|
||||||
|
smoke->color = mobj->color;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue