mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-12 06:40:56 +00:00
- Added PLAYERINFO_FOV and PLAYERINFO_DESIREDFOV to zdefs.acs.
SVN r3836 (trunk)
This commit is contained in:
parent
efd99b3ecf
commit
e7c96aac47
1 changed files with 2 additions and 0 deletions
|
@ -314,6 +314,8 @@
|
|||
#define PLAYERINFO_MOVEBOB 5
|
||||
#define PLAYERINFO_STILLBOB 6
|
||||
#define PLAYERINFO_PLAYERCLASS 7
|
||||
#define PLAYERINFO_FOV 8
|
||||
#define PLAYERINFO_DESIREDFOV 9
|
||||
|
||||
|
||||
// Flags for ReplaceTextures ------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue