mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-05 15:05:40 +02:00
Update Nullkiller.cpp
Removed unused variable.
This commit is contained in:
parent
1e2021fb6d
commit
909c308614
@ -349,7 +349,6 @@ void Nullkiller::makeTurn()
|
||||
boost::lock_guard<boost::mutex> sharedStorageLock(AISharedStorage::locker);
|
||||
|
||||
const int MAX_DEPTH = 10;
|
||||
const float FAST_TASK_MINIMAL_PRIORITY = 0.7f;
|
||||
|
||||
float totalHeroStrength = 0;
|
||||
int totalTownLevel = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user