mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Mapgen: Use mapgen-specific names for constants in headers
Update copyright years in all mapgens Add myself to copyright notices in mgv5 and mgv7
This commit is contained in:
parent
706e7cebea
commit
7504cdcfbf
8 changed files with 30 additions and 26 deletions
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
Minetest
|
||||
Copyright (C) 2010-2013 kwolekr, Ryan Kwolek <kwolekr@minetest.net>
|
||||
Copyright (C) 2010-2015 kwolekr, Ryan Kwolek <kwolekr@minetest.net>
|
||||
Copyright (C) 2010-2015 paramat, Matt Gregory
|
||||
|
||||
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
|
||||
|
@ -527,7 +528,7 @@ void MapgenV5::generateCaves(int max_stone_y)
|
|||
}
|
||||
}
|
||||
|
||||
if (node_max.Y > LARGE_CAVE_DEPTH)
|
||||
if (node_max.Y > MGV5_LARGE_CAVE_DEPTH)
|
||||
return;
|
||||
|
||||
PseudoRandom ps(blockseed + 21343);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue