From a80e34e50a7f1e542cff77994d37cdd87d302bad Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 17 Dec 2022 01:31:32 -0500 Subject: [PATCH] - add PLAYERINFO_FVIEWBOB from GZDoom --- zdefs.acs | 1 + 1 file changed, 1 insertion(+) diff --git a/zdefs.acs b/zdefs.acs index 3ad2237..37edf41 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -354,6 +354,7 @@ #define PLAYERINFO_PLAYERCLASS 7 #define PLAYERINFO_FOV 8 #define PLAYERINFO_DESIREDFOV 9 +#define PLAYERINFO_FVIEWBOB 10 // Flags for ReplaceTextures ------------------------------------------------