Merge branch 'kart-gib-crash-fix' into 'master'

Fix for Gib SPR2s Crashing Upon Appearance In-Game

Closes #45

See merge request kart-krew-dev/ring-racers!2
This commit is contained in:
Eidolon 2025-09-13 14:04:02 -05:00
commit f4dd4a1be7

View file

@ -68,7 +68,7 @@ struct Particle : Mobj
skins[pskinn]->sprites[states[spr2state].frame].numframes > 0)
{
x->skin = (void*)(&skins[pskinn]);
x->skin = (void*)(skins[pskinn]);
x->state(spr2state);
//frame will be set by state()
}