From 8a7cdc933f2ff1b4baece77d84281a61ecfbe336 Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Mon, 8 Aug 2022 14:23:32 +0300 Subject: [PATCH] fix missing viewmodel after model scaling patch See: https://github.com/sezero/quakespasm/pull/32. --- Quake/view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Quake/view.c b/Quake/view.c index 6a24181c..795c2460 100644 --- a/Quake/view.c +++ b/Quake/view.c @@ -822,6 +822,7 @@ void V_CalcRefdef (void) view->model = cl.model_precache[cl.stats[STAT_WEAPON]]; view->frame = cl.stats[STAT_WEAPONFRAME]; view->colormap = vid.colormap; + view->scale = ENTSCALE_DEFAULT; //johnfitz -- v_gunkick if (v_gunkick.value == 1) //original quake kick