mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 04:02:50 +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)
|
||||
{
|
||||
|
||||
x->skin = (void*)(&skins[pskinn]);
|
||||
x->skin = (void*)(skins[pskinn]);
|
||||
x->state(spr2state);
|
||||
//frame will be set by state()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue