linkage: remove renderer flags, as world model isn't available when flags are shown

This commit is contained in:
jeefo 2023-11-30 20:14:10 +03:00
commit 835c9fc4ed
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
2 changed files with 6 additions and 22 deletions

View file

@ -46,9 +46,7 @@ CR_DECLARE_SCOPED_ENUM (GameFlags,
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
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
AnniversaryHL25 = cr::bit (12) // half-life 25th anniversary engine
)
// defines map type