From e147ed40e85698cd26934efae666565840076cc5 Mon Sep 17 00:00:00 2001 From: icculus Date: Tue, 15 Sep 2009 01:44:58 +0000 Subject: 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. git-svn-id: svn://svn.icculus.org/quake3/trunk@1607 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/botlib/be_aas_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/botlib/be_aas_main.c') diff --git a/code/botlib/be_aas_main.c b/code/botlib/be_aas_main.c index 0296b1a..99a183a 100644 --- a/code/botlib/be_aas_main.c +++ b/code/botlib/be_aas_main.c @@ -247,7 +247,7 @@ int AAS_StartFrame(float time) // aasworld.frameroutingupdates = 0; // - if (bot_developer) + if (botDeveloper) { if (LibVarGetValue("showcacheupdates")) { -- cgit v1.2.3