From e63ad4a681091b82ccc071079c71d081f14c2ea5 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Sun, 26 Oct 2025 14:17:15 -0500 Subject: [PATCH] Use a different patch for striking levels in duel vote --- src/k_vote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_vote.c b/src/k_vote.c index 26d38a5bd..59e9df6d9 100644 --- a/src/k_vote.c +++ b/src/k_vote.c @@ -2094,7 +2094,7 @@ static void Y_InitVoteDrawing(void) INT32 i = 0, j = 0; vote_draw.ruby_icon = W_CachePatchName("RUBYICON", PU_STATIC); - vote_draw.strike_icon = W_CachePatchName("K_NOBLNS", PU_STATIC); + vote_draw.strike_icon = W_CachePatchName("VT_LSTRK", PU_STATIC); for (i = 0; i < PLANET_FRAMES; i++) {