1
0
Fork 0
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:
kwolekr 2016-06-11 03:23:53 -04:00
parent 33b874fea3
commit 27aff22a9b
3 changed files with 13 additions and 11 deletions

View file

@ -125,7 +125,6 @@ private:
Noise *noise_valley_profile;
content_t c_lava_source;
content_t c_sand;
float terrainLevelAtPoint(s16 x, s16 z);