X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FResource.hpp;h=3798d707ca03ea0cd38ffba2268c4e7de21bcac8;hp=17df3244955e55e58b2a540666e02f70ad1f0a84;hb=00f55d5b55ff993d2516f00f8d635887562983c7;hpb=d609fd0169ed442ff20fbf9f4bd187a597418b4f diff --git a/src/world/Resource.hpp b/src/world/Resource.hpp index 17df324..3798d70 100644 --- a/src/world/Resource.hpp +++ b/src/world/Resource.hpp @@ -29,7 +29,7 @@ struct Resource { }; // the resource's natural state // TODO: something about temperature and pressure and stuff - int state = SOLID; + State state = SOLID; glm::dvec3 base_color = glm::dvec3(1.0);