mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
cloned Nullkiller into Nullkiller2
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "../Goals/Composition.h"
|
||||
#include "../Goals/BuildThis.h"
|
||||
#include "../Goals/SaveResources.h"
|
||||
#include "../Engine/Nullkiller.h"
|
||||
#include "../Engine/Nullkiller2.h"
|
||||
|
||||
namespace NKAI
|
||||
{
|
||||
@@ -27,7 +27,7 @@ std::string BuildingBehavior::toString() const
|
||||
return "Build";
|
||||
}
|
||||
|
||||
Goals::TGoalVec BuildingBehavior::decompose(const Nullkiller * ai) const
|
||||
Goals::TGoalVec BuildingBehavior::decompose(const Nullkiller2 * ai) const
|
||||
{
|
||||
Goals::TGoalVec tasks;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user