mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 20:50:38 +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
7f24836d00
commit
98f9d73ca8
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
|
||||
|
||||
// Ports of gardens
|
||||
{SPR_SGVA, 0, 1, {NULL}, 0, 0, S_NULL}, // S_SGVINE1
|
||||
{SPR_SGVB, 0, 1, {NULL}, 0, 0, S_NULL}, // S_SGVINE2
|
||||
{SPR_SGVC, 0, 1, {NULL}, 0, 0, S_NULL}, // S_SGVINE3
|
||||
{SPR_PGTR, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGTREE
|
||||
{SPR_PGF1, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER1
|
||||
{SPR_PGF2, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER2
|
||||
{SPR_PGF3, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER3
|
||||
{SPR_PGBH, 0, 1, {NULL}, 0, 0, S_NULL}, // S_PGBUSH
|
||||
{SPR_DPLR, 0, 1, {NULL}, 0, 0, S_NULL}, // S_DHPILLAR
|
||||
{SPR_SGVA, 0, -1, {NULL}, 0, 0, S_NULL}, // S_SGVINE1
|
||||
{SPR_SGVB, 0, -1, {NULL}, 0, 0, S_NULL}, // S_SGVINE2
|
||||
{SPR_SGVC, 0, -1, {NULL}, 0, 0, S_NULL}, // S_SGVINE3
|
||||
{SPR_PGTR, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGTREE
|
||||
{SPR_PGF1, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER1
|
||||
{SPR_PGF2, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER2
|
||||
{SPR_PGF3, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGFLOWER3
|
||||
{SPR_PGBH, 0, -1, {NULL}, 0, 0, S_NULL}, // S_PGBUSH
|
||||
{SPR_DPLR, 0, -1, {NULL}, 0, 0, S_NULL}, // S_DHPILLAR
|
||||
|
||||
// Midnight Channel stuff, yay more boring states!
|
||||
{SPR_SPTL, 0, -1, {NULL}, 0, 0, S_SPOTLIGHT}, // S_SPOTLIGHT
|
||||
|
|
Loading…
Reference in a new issue