Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use member initialization list instead of the constructor's body (#6371)
* Use member initialization list instead of the constructor's body
- Loading branch information
Showing
with
73 additions
and 73 deletions.
- +17 −17 src/mapgen_carpathian.cpp
- +5 −5 src/mapgen_flat.cpp
- +5 −5 src/mapgen_fractal.cpp
- +8 −8 src/mapgen_v5.cpp
- +12 −12 src/mapgen_v6.cpp
- +15 −15 src/mapgen_v7.cpp
- +11 −11 src/mapgen_valleys.cpp