1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Math mapgen fix, ip show on connect, pathfinder segfault fix

This commit is contained in:
proller 2013-06-23 20:23:59 +04:00
parent 75b8c13b00
commit f764297be2
7 changed files with 21 additions and 34 deletions

View file

@ -60,6 +60,8 @@ public:
int ystride;
v3s16 csize;
u32 flags;
bool lighting;
bool ridges;
u32 blockseed;
v3s16 node_min;