]> git.localhorst.tv Git - blank.git/blobdiff - src/app/app.cpp
avoid library rand()
[blank.git] / src / app / app.cpp
index a6acade2c30f3f8eaf898160b922e84b0b810cac..610f995c135a68cf221595652cfe044400a62706 100644 (file)
@@ -269,6 +269,8 @@ void Assets::LoadBlockTypes(const std::string &set_name, BlockTypeRegistry &reg,
                                type.texture = tex_index.GetID(tex_name);
                        } else if (name == "color") {
                                in.ReadVec(type.color);
+                       } else if (name == "outline") {
+                               in.ReadVec(type.outline_color);
                        } else if (name == "label") {
                                in.ReadString(type.label);
                        } else if (name == "luminosity") {