1
0

Fix missing biomes in enum.

This commit is contained in:
Alexander Harkness 2014-10-27 19:52:04 +00:00
parent 6e21897bc6
commit 0cdf262053

View File

@ -414,6 +414,11 @@ void cFinishGenSnow::GenFinish(cChunkDesc & a_ChunkDesc)
}
break;
}
default:
{
// There's no snow in the other biomes.
break;
}
}
}
} // for z