1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Fix comments

This commit is contained in:
Loic Blot
2019-03-31 19:30:20 +02:00
committed by Loïc Blot
parent 64bdd4b509
commit a4677496f3
3 changed files with 6 additions and 6 deletions

View File

@@ -148,8 +148,8 @@ const char *Mapgen::getMapgenName(MapgenType mgtype)
}
Mapgen *Mapgen::createMapgen(MapgenType mgtype, int mgid,
MapgenParams *params, EmergeManager *emerge)
Mapgen *Mapgen::createMapgen(MapgenType mgtype, MapgenParams *params,
EmergeManager *emerge)
{
switch (mgtype) {
case MAPGEN_CARPATHIAN: