Home
last modified time | relevance | path

Searched refs:MaxBotRatio (Results 1 – 3 of 3) sorted by relevance

/dports/games/atr3d/atr3d/
H A Dserverconfig.cpp58 float MaxBotRatio; variable
124 MaxBotRatio=1.0; in SetServerDefaults()
219 MaxBotRatio=strtod(value, NULL); in ServerAssignValue()
H A Dserverdata.h40 extern float MaxBotRatio;
H A Dservergame.cpp236 if (BotRatio > MaxBotRatio) { in StartGame()
237 BotRatio=MaxBotRatio; in StartGame()