diff options
Diffstat (limited to 'src/unittest/test.cpp')
-rw-r--r-- | src/unittest/test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unittest/test.cpp b/src/unittest/test.cpp index 149ab82b5..2a8238459 100644 --- a/src/unittest/test.cpp +++ b/src/unittest/test.cpp @@ -512,7 +512,7 @@ struct TestMapBlock: public TestBase while being underground */ { - // Make neighbours to exist and set some non-sunlight to them + // Make neighbors to exist and set some non-sunlight to them parent.position_valid = true; b.setIsUnderground(true); parent.node.setLight(LIGHTBANK_DAY, LIGHT_MAX/2); @@ -547,7 +547,7 @@ struct TestMapBlock: public TestBase } } } - // Make neighbours invalid + // Make neighbors invalid parent.position_valid = false; // Add exceptions to the top of the bottom block for(u16 x=0; x<MAP_BLOCKSIZE; x++) |