]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/LocateResourceGoal.hpp
fix resource locator
[blobs.git] / src / creature / LocateResourceGoal.hpp
index afa5b93d00ee6ef8d0b364cd4988c03d716803f1..1f31d0f426457781e49f1aec24ba4fdac9043e44 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BLOBS_CREATURE_LOCATERESOURCEGOAL_HPP_
 #define BLOBS_CREATURE_LOCATERESOURCEGOAL_HPP_
 
-#include "../graphics/glm.hpp"
+#include "../math/glm.hpp"
 
 
 namespace blobs {
@@ -31,6 +31,7 @@ private:
        glm::dvec3 target_pos;
        int target_srf;
        glm::ivec2 target_tile;
+       bool searching;
 
 };