From 4c7f083d1340353f37ae22028eec568f007e58b1 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 27 Oct 2018 22:23:44 +0100 Subject: [PATCH] toaster: not good at stuff (signpost z offset fix) --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index 48db114a..b8ed6550 100644 --- a/src/info.c +++ b/src/info.c @@ -185,7 +185,7 @@ state_t states[NUMSTATES] = {SPR_PLAY, 18, 18, {NULL}, 0, 4, S_NULL}, // S_PLAY_ICON3 // Level end sign (uses player sprite) - {SPR_PLAY, 18, 1, {NULL}, 0, 18, S_PLAY_SIGN}, // S_PLAY_SIGN S + {SPR_PLAY, 18, 1, {NULL}, 0, 24, S_PLAY_SIGN}, // S_PLAY_SIGN S // Blue Crawla {SPR_POSS, 0, 5, {A_Look}, 0, 0, S_POSS_STND}, // S_POSS_STND