X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest.cpp;h=1de902787987e72acfdd280e0ffbfe2f8bf835cb;hb=c137946a3fc3d2cdbed35fe84cced1a52185bfa3;hp=e5b22a978570420ce7e454ad7b15137de561a003;hpb=ea6740e9002839f79053cf9d8cd78eb3fcae1b47;p=dragonfireclient.git diff --git a/src/test.cpp b/src/test.cpp index e5b22a978..1de902787 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -192,7 +192,7 @@ struct TestMapNode // Transparency n.d = CONTENT_AIR; assert(n.light_propagates() == true); - n.d = 0; + n.d = CONTENT_STONE; assert(n.light_propagates() == false); } };