1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

Fix for Travis

This commit is contained in:
DJWarmonger
2018-07-28 16:02:59 +02:00
parent 5cd366dca3
commit 30f99e7cc1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ TResources ResourceManager::estimateIncome() const
return ret;
}
void ResourceManager::reserveResoures(TResources & res, Goals::TSubgoal goal)
void ResourceManager::reserveResoures(const TResources & res, Goals::TSubgoal goal)
{
if (!goal->invalid())
tryPush(ResourceObjective(res, goal));