mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-19 11:15:18 +02: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:
@@ -125,7 +125,6 @@ private:
|
||||
Noise *noise_valley_profile;
|
||||
|
||||
content_t c_lava_source;
|
||||
content_t c_sand;
|
||||
|
||||
float terrainLevelAtPoint(s16 x, s16 z);
|
||||
|
||||
|
Reference in New Issue
Block a user