mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
generation fix
This commit is contained in:
parent
6a1e0df0f2
commit
571bf2f226
|
|
@ -66,7 +66,7 @@ public:
|
||||||
static Biome *Biome::roofedForestM;
|
static Biome *Biome::roofedForestM;
|
||||||
static Biome *Biome::deepOcean;
|
static Biome *Biome::deepOcean;
|
||||||
|
|
||||||
static const int BIOME_COUNT = 32;
|
static const int BIOME_COUNT = 256 ;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
wstring m_name;
|
wstring m_name;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue