1
0
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:
Xilmi 2024-07-24 21:46:18 +02:00
parent 1e2021fb6d
commit 909c308614

View File

@ -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;