linkage: remove renderer flags, as world model isn't available when flags are shown
This commit is contained in:
parent
43d524f464
commit
835c9fc4ed
2 changed files with 6 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue