]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/world.cpp
figure out our creature's metabolism
[blobs.git] / src / world / world.cpp
index ed2ade3bb5a6daca721925b3285d759313e3ea72..9f19b68c02cdaa866a5c7bdc687daf945ad97f7b 100644 (file)
@@ -268,6 +268,7 @@ Planet::Planet(int sidelength)
 : Body()
 , sidelength(sidelength)
 , tiles(TilesTotal())
+, atmosphere(-1)
 , vao() {
        Radius(double(sidelength) / 2.0);
 }