mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix warnings and other misc. minor changes
This commit is contained in:
parent
5b8855e83c
commit
8d3a68f343
11 changed files with 36 additions and 64 deletions
|
@ -70,12 +70,6 @@ Ore::~Ore()
|
|||
}
|
||||
|
||||
|
||||
std::string Ore::getName()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
||||
|
||||
size_t Ore::placeOre(Mapgen *mg, u32 blockseed, v3s16 nmin, v3s16 nmax)
|
||||
{
|
||||
int in_range = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue