From ca57b6dcfa02fac96f20cbaa386b912bab89cce6 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 27 Mar 2026 21:17:12 -0400 Subject: [PATCH] Cast this --- src/h_timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h_timers.cpp b/src/h_timers.cpp index 37f2e5875..ca5ddbbf8 100644 --- a/src/h_timers.cpp +++ b/src/h_timers.cpp @@ -303,7 +303,7 @@ void K_DisplayItemTimers(void) }, { // attractionshield "attractionshield", - stplyr->attractionattack, + static_cast(stplyr->attractionattack), {qche("K_TIATTR")}, 1, },