From 31391013053be05f743271b94a26b3f1b84bc7f6 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sun, 6 Apr 2025 14:07:49 -0400 Subject: [PATCH] Flipped frame-count & speed Flipped where frame count and speed were, oops --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index eb8a7ad3c..392e483d2 100644 --- a/src/info.c +++ b/src/info.c @@ -3195,7 +3195,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_ANIMATE|FF_FULLBRIGHT|, -1, {NULL}, 1, 42, S_NULL}, // S_AMPS + {SPR_AMPA, FF_FULLBRIGHT|FF_ANIMATE, -1, {NULL}, 41, 1, S_NULL}, // S_AMPS // Water Trail {SPR_WTRL, FF_PAPERSPRITE , 2, {NULL}, 0, 0, S_NULL}, // S_WATERTRAIL1