mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fixed custom kart gib SPR2s crashing the game upon usage
This commit is contained in:
parent
ec70f62f36
commit
7eca830cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ struct Particle : Mobj
|
||||||
skins[pskinn]->sprites[states[spr2state].frame].numframes > 0)
|
skins[pskinn]->sprites[states[spr2state].frame].numframes > 0)
|
||||||
{
|
{
|
||||||
|
|
||||||
x->skin = (void*)(&skins[pskinn]);
|
x->skin = (void*)(skins[pskinn]);
|
||||||
x->state(spr2state);
|
x->state(spr2state);
|
||||||
//frame will be set by state()
|
//frame will be set by state()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue