Skip to content

Commit

Permalink
Test warning fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed Oct 27, 2014
1 parent cbb6371 commit 8a443c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Generating/DistortedHeightmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,17 @@ const cDistortedHeightmap::sGenParam cDistortedHeightmap::m_GenParam[256] =
/* biMesaBryce */ { 0.5f, 0.5f}, // 165
/* biMesaPlateauFM */ { 2.0f, 2.0f}, // 166
/* biMesaPlateauM */ { 2.0f, 2.0f}, // 167

// biomes 168 .. 255 are unused, 88 empty placeholders here:
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 168 .. 177
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 178 .. 187
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 188 .. 197
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 198 .. 207
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 208 .. 217
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 218 .. 227
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 228 .. 237
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, // 238 .. 247
{}, {}, {}, {}, {}, {}, {}, {}, // 248 .. 255
} ;


Expand Down

0 comments on commit 8a443c0

Please sign in to comment.