Log in

View Full Version : 2208 fails to compile


Randymarsh9
09-13-2012, 12:28 PM
I updated to the latest SVN, and every time I attempt to recompile, I get 5 succeeded and 1 failed. The only error I have found in the logs is
3>bot.cpp(8133): error C2065: 'BotfocusImprovedDamage2' : undeclared identifier

Does anyone know how to fix that? I assume that was a new addition to the bot code.

bad_captain
09-13-2012, 02:52 PM
I noticed that last night doing some work. If Kayen doesnt get to it by the weekend, I'll fix it. I'm in the middle of a pretty large bot update, so I don't want to revert just to fix a line.

Changing it back to BotfocusImprovedCritical should get it to compile until it's fixed correctly.

And this issue only affects compiles with bots enabled.

Kayen
09-13-2012, 08:15 PM
Weird, wonder why it didn't replace all instances of that variable when I did 'replace all'.

Anyways, its an easy fix.