Fix missing biomes in enum.
This commit is contained in:
parent
6e21897bc6
commit
0cdf262053
@ -414,6 +414,11 @@ void cFinishGenSnow::GenFinish(cChunkDesc & a_ChunkDesc)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
|
{
|
||||||
|
// There's no snow in the other biomes.
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // for z
|
} // for z
|
||||||
|
Loading…
Reference in New Issue
Block a user