Skip to content

Commit

Permalink
Fix missing biomes in enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed Oct 27, 2014
1 parent 6e21897 commit 0cdf262
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Generating/FinishGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@ void cFinishGenSnow::GenFinish(cChunkDesc & a_ChunkDesc)
}
break;
}
default:
{
// There's no snow in the other biomes.
break;
}
}
}
} // for z
Expand Down

0 comments on commit 0cdf262

Please sign in to comment.