From 3ac87fd4aa9747661d2c6c5eeee212830d99e415 Mon Sep 17 00:00:00 2001 From: SomaZ <17459161+SomaZ@users.noreply.github.com> Date: Wed, 4 Oct 2023 04:04:07 +0200 Subject: [PATCH] [SP] Match R_LerpTag with MP API for the UI too --- code/ui/ui_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ui/ui_public.h b/code/ui/ui_public.h index e4f4ced11a..6f2919dc53 100644 --- a/code/ui/ui_public.h +++ b/code/ui/ui_public.h @@ -105,7 +105,7 @@ typedef struct { //========= model collision =============== // R_LerpTag is only valid for md3 models - void (*R_LerpTag)( orientation_t *tag, clipHandle_t mod, int startFrame, int endFrame, + int (*R_LerpTag)( orientation_t *tag, clipHandle_t mod, int startFrame, int endFrame, float frac, const char *tagName ); // =========== sound function calls ===============