This commit is contained in:
parent
40abc1e120
commit
b7148ff59a
1 changed files with 0 additions and 2 deletions
|
@ -96,7 +96,6 @@ void CFrontEndScene::init()
|
||||||
{
|
{
|
||||||
for(int i=0;i<MODE__NONE;i++)
|
for(int i=0;i<MODE__NONE;i++)
|
||||||
{
|
{
|
||||||
if(s_modeCodes[i]) // temporary (PKG)
|
|
||||||
s_modeCodes[i]->init();
|
s_modeCodes[i]->init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,7 +114,6 @@ void CFrontEndScene::shutdown()
|
||||||
{
|
{
|
||||||
for(int i=0;i<MODE__NONE;i++)
|
for(int i=0;i<MODE__NONE;i++)
|
||||||
{
|
{
|
||||||
if(s_modeCodes[i]) // temporary (PKG)
|
|
||||||
s_modeCodes[i]->shutdown();
|
s_modeCodes[i]->shutdown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue