mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Added a new stat from DP-P6.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@556 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a8db440abb
commit
b523ee04c7
1 changed files with 3 additions and 2 deletions
|
@ -296,11 +296,12 @@ STAT_TOTALMONSTERS = 12,
|
|||
STAT_SECRETS = 13, // bumped on client side by svc_foundsecret
|
||||
STAT_MONSTERS = 14, // bumped by svc_killedmonster
|
||||
STAT_ITEMS = 15,
|
||||
STAT_VIEWHEIGHT = 16,
|
||||
STAT_TIME = 17,
|
||||
STAT_VIEWHEIGHT = 16, //same as zquake
|
||||
STAT_TIME = 17, //zquake
|
||||
#ifdef SIDEVIEWS
|
||||
STAT_VIEW2 = 20,
|
||||
#endif
|
||||
STAT_VIEWZOOM = 21, // DP
|
||||
|
||||
STAT_H2_LEVEL = 32, // changes stat bar
|
||||
STAT_H2_INTELLIGENCE, // changes stat bar
|
||||
|
|
Loading…
Reference in a new issue