Fixed loading apperance scene, closes #802
parent
2c3e90b126
commit
fef050f6dd
|
@ -2681,7 +2681,7 @@ void CRobotMain::ScenePerso()
|
||||||
m_lightMan->FlushLights();
|
m_lightMan->FlushLights();
|
||||||
m_particle->FlushParticle();
|
m_particle->FlushParticle();
|
||||||
|
|
||||||
m_levelFile = "levels/other/perso000.txt";
|
m_levelFile = "levels/other/perso.txt";
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
CreateScene(false, true, false); // sets scene
|
CreateScene(false, true, false); // sets scene
|
||||||
|
|
Loading…
Reference in New Issue