Fixed another one.

master
Alexander Harkness 2013-11-14 07:42:54 +00:00
parent 444e6e4fa7
commit 3328c80aec
1 changed files with 1 additions and 0 deletions

View File

@ -620,6 +620,7 @@ bool cStructGenDirectOverhangs::HasWantedBiome(cChunkDesc & a_ChunkDesc) const
{ {
return true; return true;
} }
default: break;
} }
} // for i } // for i
return false; return false;