BiomeVisualiser: fixed compilation
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1290 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -44,7 +44,7 @@ bool cBiomeViewWnd::Create(HWND a_ParentWnd, LPCTSTR a_Title)
|
||||
SetWindowLongPtr(m_Wnd, GWLP_WNDPROC, m_Thunk);
|
||||
|
||||
cIniFile IniFile;
|
||||
cBiomeGen * BioGen = new cBioGenMultiStepMap(0);
|
||||
cBiomeGen * BioGen = new cBioGenMultiStepMap(2);
|
||||
BioGen->Initialize(IniFile);
|
||||
m_Renderer.SetSource(new cGeneratorBiomeSource(BioGen));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user