X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2Fblock.cpp;h=5059a999ca85d5e0010dd2f3b1a3ebe4830c8170;hb=07b8335e7bfd631e0878e183c87238812d632c56;hp=954a112579089d71b2e8478ad60f7393f4b47c31;hpb=ba55bf4293f3abc742eef710545a4b207ba2c820;p=blank.git diff --git a/src/world/block.cpp b/src/world/block.cpp index 954a112..5059a99 100644 --- a/src/world/block.cpp +++ b/src/world/block.cpp @@ -73,6 +73,8 @@ BlockType::BlockType() noexcept , rgb_mod(1.0f, 1.0f, 1.0f) , outline_color(-1, -1, -1) , label("some block") +, place_sound(-1) +, remove_sound(-1) , id(0) , luminosity(0) , visible(true)