combat: use scale for selecting new enemy
linkage: display hw renderer as game flags linkage: display running engine (hl25) as game flags
This commit is contained in:
parent
69963f49b4
commit
f3a4fb5a8b
4 changed files with 37 additions and 9 deletions
|
|
@ -45,7 +45,10 @@ CR_DECLARE_SCOPED_ENUM (GameFlags,
|
|||
FreeForAll = cr::bit (8), // csdm mod with ffa mode
|
||||
ReGameDLL = cr::bit (9), // server dll is a regamedll
|
||||
HasFakePings = cr::bit (10), // on that game version we can fake bots pings
|
||||
HasBotVoice = cr::bit (11) // on that game version we can use chatter
|
||||
HasBotVoice = cr::bit (11), // on that game version we can use chatter
|
||||
SwRenderer = cr::bit (12), // game runs with software renderer
|
||||
HwRenderer = cr::bit (13), // games runs with hardware renderer
|
||||
AnniversaryHL25 = cr::bit (14) // half-life 25th anniversary engine
|
||||
)
|
||||
|
||||
// defines map type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue