diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-04 22:26:17 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-04 22:26:17 +0100 |
commit | 10ccb3fe63af983670966a52a267571d041aee1c (patch) | |
tree | 9b78eb47d91b0babfb148b51d1c14fe01b06d6da /src/fov.c | |
parent | 76ea6196c62d93c7a6c568600d9e4464cf3c5ca9 (diff) |
Fix a woopsy and slightly tweak autorecord UX
Diffstat (limited to 'src/fov.c')
-rw-r--r-- | src/fov.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |