Fix missing biomes in enum.

master
Alexander Harkness 2014-10-27 19:52:04 +00:00
parent 6e21897bc6
commit 0cdf262053
1 changed files with 5 additions and 0 deletions

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