* Credits working TEMP (without pictures)

This commit is contained in:
Ben Lankamp
2020-06-21 23:04:20 +02:00
parent 8f8b0a7dc1
commit 168bd74ffc
+9 -30
View File
@@ -67,8 +67,7 @@ DynamicVectorClass<EgoClass *> EgoList;
** Names of slideshow pictures to play behind the text
*/
char SlideNames[NUM_SLIDES][13]={
"aftr_hi.pcx",
Credits "aftr_hi.pcx",
"aly1.pcx",
"apc_hi.pcx",
"aphi0049.pcx",
@@ -87,29 +86,6 @@ char SlideNames[NUM_SLIDES][13]={
"tent.pcx"
};
/*
** Names of low res slideshow pictures to play behind the text
*/
char LoresSlideNames[NUM_SLIDES][13]={
"malo0107.cps",
"mig_lo.cps",
"mtfactlo.cps",
"needl-lo.cps",
"sov2-lo.cps",
"spy-lo.cps",
"staln-lo.cps",
"tent-lo.cps",
"aftr_lo.cps",
"aly1-lo.cps",
"apc_lo.cps",
"aplo0049.cps",
"bnlo0020.cps",
"dclo0040.cps",
"frlo0166.cps",
"lab-lo.cps",
"lands-lo.cps"
};
/*
** Array of all the palettes required for the slides
*/
@@ -293,7 +269,9 @@ void EgoClass::Wipe (GraphicBufferClass *background)
}
}
background->Blit(*LogicPage, x-1, YPos, x-1, YPos, width+2, 7 * RESFACTOR +1, false);
GL_FillRect( TBLACK, x - 1, YPos, width + 2, 7 * RESFACTOR + 1 );
//background->Blit(*LogicPage, x-1, YPos, x-1, YPos, width+2, 7 * RESFACTOR +1, false);
}
@@ -744,9 +722,9 @@ void Show_Who_Was_Responsible (void)
*/
for (index = 0 ; index < NUM_SLIDES ; index++)
{
SlideBuffers[index] = new GraphicBufferClass;
SlideBuffers[index]->Init (SeenBuff.Get_Width(), SeenBuff.Get_Height(), NULL , 0 , (GBC_Enum)0);
Load_Title_Screen( &SlideNames[index][0], SlideBuffers[index], (unsigned char*) &SlidePals[index][0] );
//SlideBuffers[index] = new GraphicBufferClass;
//SlideBuffers[index]->Init (SeenBuff.Get_Width(), SeenBuff.Get_Height(), NULL , 0 , (GBC_Enum)0);
//Load_Title_Screen( &SlideNames[index][0], SlideBuffers[index], (unsigned char*) &SlidePals[index][0] );
}
/*
@@ -812,7 +790,7 @@ void Show_Who_Was_Responsible (void)
/*
** Do the slideshow background.
*/
Slide_Show (slide_number, picture_frame);
//Slide_Show (slide_number, picture_frame);
/*
** Scroll the text. If any text goes off the top then delete that object.
@@ -855,6 +833,7 @@ void Show_Who_Was_Responsible (void)
*/
HidPage.Blit(SeenBuff, 0, 8 * RESFACTOR, 0, 8*RESFACTOR, SeenBuff.Get_Width(), SeenBuff.Get_Height() - 16* RESFACTOR, false);
/*
** If user hits escape then break.
*/