This commit is contained in:
parent
699a6d41a8
commit
528a65b43c
6 changed files with 30 additions and 13 deletions
|
@ -78,6 +78,9 @@
|
|||
#include "fma\fma.h"
|
||||
#endif
|
||||
|
||||
#ifndef __VID_HEADER_
|
||||
#include "system\vid.h"
|
||||
#endif
|
||||
|
||||
/* Std Lib
|
||||
------- */
|
||||
|
@ -150,6 +153,8 @@ CFrontEndScene::FrontEndMode CFrontEndScene::s_startMode=MODE__NICK_LOGO;
|
|||
---------------------------------------------------------------------- */
|
||||
void CFrontEndScene::init()
|
||||
{
|
||||
CLevel::DisplayLoadingScreen();
|
||||
|
||||
for(int i=0;i<MODE__NONE;i++)
|
||||
{
|
||||
s_modeCodes[i]->init();
|
||||
|
@ -166,6 +171,7 @@ void CFrontEndScene::init()
|
|||
m_font=new ("frontendfont") FontBank();
|
||||
m_font->initialise(&standardFont);
|
||||
m_font->setJustification(FontBank::JUST_CENTRE);
|
||||
StopLoad();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue