mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Update comments
This commit is contained in:
parent
448494e19b
commit
45d67e8ae9
1 changed files with 4 additions and 4 deletions
|
|
@ -425,12 +425,12 @@ enum GameTypeRules
|
||||||
// flexibility! Those will replace some
|
// flexibility! Those will replace some
|
||||||
// straight-up gametype checks scattered
|
// straight-up gametype checks scattered
|
||||||
// around the source code!
|
// around the source code!
|
||||||
GTR_CHASECAM = 1<<7, // Prefer chasecam at map load
|
GTR_CHASECAM = 1<<7, // Prefer chasecam at map load (All platform gametypes)
|
||||||
GTR_TIMELIMIT = 1<<8, // Ringslinger time limit
|
GTR_TIMELIMIT = 1<<8, // Ringslinger time limit (Tag and Hide and Seek)
|
||||||
GTR_HIDETIME = 1<<9, // Tag and Hide and Seek
|
GTR_HIDETIME = 1<<9, // Tag and Hide and Seek
|
||||||
GTR_HIDETIMEFROZEN = 1<<10, // Hide and Seek, but not Tag
|
GTR_HIDETIMEFROZEN = 1<<10, // Hide and Seek, but not Tag
|
||||||
GTR_BLINDFOLDED = 1<<11, // Blindfolded view for Tag and Hide and Seek
|
GTR_BLINDFOLDED = 1<<11, // Blindfolded view (Tag and Hide and Seek)
|
||||||
GTR_EMERALDS = 1<<12, // Ringslinger emeralds
|
GTR_EMERALDS = 1<<12, // Ringslinger emeralds (Match and CTF)
|
||||||
};
|
};
|
||||||
|
|
||||||
// String names for gametypes
|
// String names for gametypes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue