]> git.lizzy.rs Git - minetest.git/blobdiff - src/object_properties.h
Fix EmergeThread hang on exit
[minetest.git] / src / object_properties.h
index 53d482904680b814758c00b4e1e01aedf4870762..bde38bd66554dbb607900ca2c85db9a3ccbd383e 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -36,6 +36,7 @@ struct ObjectProperties
        std::string mesh;
        v2f visual_size;
        core::array<std::string> textures;
+       core::array<video::SColor> colors;
        v2s16 spritediv;
        v2s16 initial_sprite_basepos;
        bool is_visible;