1
0
Fork 0

Ravines: removed an unneeded member

git-svn-id: http://mc-server.googlecode.com/svn/trunk@693 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-07-22 18:49:33 +00:00
parent b29e9487f4
commit a8ff9f511f
2 changed files with 0 additions and 2 deletions

View File

@ -85,7 +85,6 @@ public:
cStructGenRavines::cStructGenRavines(int a_Seed, int a_Size) :
m_Noise(a_Seed),
m_Seed(a_Seed),
m_Size(a_Size)
{
}

View File

@ -28,7 +28,6 @@ protected:
typedef std::list<cRavine *> cRavines;
cNoise m_Noise;
int m_Seed;
int m_Size; // Max size, in blocks, of the ravines generated
cRavines m_Cache;