| 515 | const char *mmfullname(int n) { return (n>=0 && n < MM_NUM) ? mmfullnames[n] : "unknown"; } |
| 516 | |
| 517 | int defaultgamelimit(int gamemode) { return m_teammode ? 15 : 10; } |
| 518 | |
| 519 | int gmode_possible(bool hasffaspawns, bool hasteamspawns, bool hasflags) // return bitmask of playable modes, according to existing spawn and flag entities |
| 520 | { |
no outgoing calls
no test coverage detected