mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
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:
commit
f4dd4a1be7
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