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:
jeefo 2023-11-29 22:34:45 +03:00
commit f3a4fb5a8b
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 37 additions and 9 deletions

View file

@ -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