1
0
Fork 0

Fixed defect #43671 in Coverity list.

This commit is contained in:
Kirill Kirilenko 2015-01-23 18:38:23 +03:00
parent 14ea50cbe7
commit 2557eab957
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ cEndGen::cEndGen(int a_Seed) :
m_FrequencyX(80),
m_FrequencyY(80),
m_FrequencyZ(80),
m_MinChunkX(0),
m_MaxChunkX(0),
m_MinChunkZ(0),
m_MaxChunkZ(0),
m_LastChunkX(0x7fffffff), // Use dummy coords that won't ever be used by real chunks
m_LastChunkZ(0x7fffffff)
{