This commit is contained in:
Paul 2001-06-08 19:53:36 +00:00
parent 3e76d8868a
commit a17f07c6ec

View file

@ -282,7 +282,6 @@ mode=mode_none;
m_font=new ("Credits font") ScalableFontBank(); m_font=new ("Credits font") ScalableFontBank();
m_font->initialise(&standardFont); m_font->initialise(&standardFont);
m_font->setJustification(ScalableFontBank::JUST_CENTRE); m_font->setJustification(ScalableFontBank::JUST_CENTRE);
m_font->setColour(17/2,34/2,255/2);
m_background1=new ("Options Background") CScrollyBackground(); m_background1=new ("Options Background") CScrollyBackground();
m_background1->init(); m_background1->init();
@ -350,6 +349,9 @@ void CFrontEndCredits::render()
Params: Params:
Returns: Returns:
---------------------------------------------------------------------- */ ---------------------------------------------------------------------- */
int creditsfr=40;
int creditsfg=80;
int creditsfb=127;
void CFrontEndCredits::think(int _frames) void CFrontEndCredits::think(int _frames)
{ {
#ifdef MEM_CARD_TEST #ifdef MEM_CARD_TEST
@ -411,6 +413,9 @@ else if(mode==mode_load)
//if(mode==mode_none) //if(mode==mode_none)
#endif #endif
m_font->setColour(creditsfr,creditsfg,creditsfb);
if(!CFader::isFading()) if(!CFader::isFading())
{ {
m_frame+=_frames; m_frame+=_frames;