From 10ccb3fe63af983670966a52a267571d041aee1c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 4 May 2022 22:26:17 +0100 Subject: Fix a woopsy and slightly tweak autorecord UX --- src/fov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fov.c') diff --git a/src/fov.c b/src/fov.c index f60f067..46b90d2 100644 --- a/src/fov.c +++ b/src/fov.c @@ -62,7 +62,7 @@ static bool find_SetDefaultFOV(struct con_cmd *fov) { } p += len; } - return true; + return false; } // replacement cvar needs to actively set player fov if in a map -- cgit v1.2.3