Renamed bot_developer to botDeveloper to prevent symbol clash.
qagame*.so has a variable named this too, and this confuses the Linux dynamic loader since we're not using -fvisibility=hidden. Fixes Bugzilla #3944.
This commit is contained in:
parent
592062c548
commit
6cea11c665
11 changed files with 24 additions and 24 deletions
|
@ -522,7 +522,7 @@ void BotInitInfoEntities(void)
|
|||
numcampspots++;
|
||||
} //end else if
|
||||
} //end for
|
||||
if (bot_developer)
|
||||
if (botDeveloper)
|
||||
{
|
||||
botimport.Print(PRT_MESSAGE, "%d map locations\n", numlocations);
|
||||
botimport.Print(PRT_MESSAGE, "%d camp spots\n", numcampspots);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue