mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No fucking wonder these weren't showing up, I set their duration to 1 tic instead of -1 tic
(The Volcanic Valley issue is because the most recent Volcanic Valley update in maps.kart lost all the Objectspecial flags from mapthing 2018)
This commit is contained in:
parent
97274177d3
commit
6909bd25f9
1 changed files with 9 additions and 9 deletions
18
src/info.c
18
src/info.c
|
|
@ -3176,15 +3176,15 @@ state_t states[NUMSTATES] =
|
||||||
{SPR_HTZB, 0, -1, {A_SetScale}, 2*FRACUNIT, 0, S_NULL}, // S_HTZBUSH
|
{SPR_HTZB, 0, -1, {A_SetScale}, 2*FRACUNIT, 0, S_NULL}, // S_HTZBUSH
|
||||||
|
|
||||||
// Ports of gardens
|
// Ports of gardens
|
||||||
{SPR_SGVA, 0, 1, {NULL}, 0, 0, S_NULL}, // S_SGVINE1
|
{SPR_SGVA, 0, -1, {NULL}, 0, 0, S_NULL}, // S_SGVINE1
|
||||||
{SPR_SGVB, 0, 1, {NULL}, 0, 0, S_NULL}, // S_SGVINE2
|
{SPR_SGVB, 0, -1, {NULL}, 0, 0, S_NULL}, // S_SGVINE2
|
||||||
{SPR_SGVC, 0, 1, {NULL}, 0, 0, S_NULL}, // S_SGVINE3
|
{SPR_SGVC, 0, -1, {NULL}, 0, 0, S_NULL}, // S_SGVINE3
|
||||||
{SPR_PGTR, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGTREE
|
{SPR_PGTR, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGTREE
|
||||||
{SPR_PGF1, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER1
|
{SPR_PGF1, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER1
|
||||||
{SPR_PGF2, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER2
|
{SPR_PGF2, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER2
|
||||||
{SPR_PGF3, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER3
|
{SPR_PGF3, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER3
|
||||||
{SPR_PGBH, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGBUSH
|
{SPR_PGBH, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGBUSH
|
||||||
{SPR_DPLR, 0, 1, {NULL}, 0, 0, S_NULL}, // S_DHPILLAR
|
{SPR_DPLR, 0, -1, {NULL}, 0, 0, S_NULL}, // S_DHPILLAR
|
||||||
|
|
||||||
// Midnight Channel stuff, yay more boring states!
|
// Midnight Channel stuff, yay more boring states!
|
||||||
{SPR_SPTL, 0, -1, {NULL}, 0, 0, S_SPOTLIGHT}, // S_SPOTLIGHT
|
{SPR_SPTL, 0, -1, {NULL}, 0, 0, S_SPOTLIGHT}, // S_SPOTLIGHT
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue