fix build
This commit is contained in:
parent
15166ed65c
commit
771bfc1496
@ -96,10 +96,10 @@ namespace bots
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
size_t bot_id = 0;
|
||||||
|
|
||||||
const char* get_random_bot_name()
|
const char* get_random_bot_name()
|
||||||
{
|
{
|
||||||
static size_t bot_id = 0;
|
|
||||||
|
|
||||||
if (bot_names.empty())
|
if (bot_names.empty())
|
||||||
{
|
{
|
||||||
load_bot_data();
|
load_bot_data();
|
||||||
|
Loading…
Reference in New Issue
Block a user