mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'amp-randomanim' into 'master'
Amps use ff_randomanim See merge request kart-krew-dev/ring-racers-internal!2672
This commit is contained in:
commit
96ea65d4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -3264,7 +3264,7 @@ state_t states[NUMSTATES] =
|
|||
{SPR_WAYP, 1|FF_FLOORSPRITE, 1, {NULL}, 0, 0, S_NULL}, // S_WAYPOINTSPLAT
|
||||
{SPR_EGOO, 0, 1, {NULL}, 0, 0, S_NULL}, // S_EGOORB
|
||||
|
||||
{SPR_AMPA, FF_FULLBRIGHT|FF_ANIMATE, -1, {NULL}, 41, 1, S_NULL}, // S_AMPS
|
||||
{SPR_AMPA, FF_FULLBRIGHT|FF_ANIMATE|FF_RANDOMANIM, -1, {NULL}, 41, 1, S_NULL}, // S_AMPS
|
||||
{SPR_EXPC, FF_FULLBRIGHT, -1, {NULL}, 0, 0, S_NULL}, // S_EXP
|
||||
|
||||
// Water Trail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue