Fixed defect #43671 in Coverity list.
This commit is contained in:
parent
14ea50cbe7
commit
2557eab957
@ -40,6 +40,10 @@ cEndGen::cEndGen(int a_Seed) :
|
|||||||
m_FrequencyX(80),
|
m_FrequencyX(80),
|
||||||
m_FrequencyY(80),
|
m_FrequencyY(80),
|
||||||
m_FrequencyZ(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_LastChunkX(0x7fffffff), // Use dummy coords that won't ever be used by real chunks
|
||||||
m_LastChunkZ(0x7fffffff)
|
m_LastChunkZ(0x7fffffff)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user