mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Random misc. warning fixes and cleanups
- Fix unused c_sand member warning in Valleys Mapgen - Fix some code style - Make some std::string params const ref
This commit is contained in:
parent
33b874fea3
commit
27aff22a9b
3 changed files with 13 additions and 11 deletions
|
@ -125,7 +125,6 @@ private:
|
|||
Noise *noise_valley_profile;
|
||||
|
||||
content_t c_lava_source;
|
||||
content_t c_sand;
|
||||
|
||||
float terrainLevelAtPoint(s16 x, s16 z);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue