mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
* Credits working TEMP (without pictures)
This commit is contained in:
+9
-30
@@ -67,8 +67,7 @@ DynamicVectorClass<EgoClass *> EgoList;
|
|||||||
** Names of slideshow pictures to play behind the text
|
** Names of slideshow pictures to play behind the text
|
||||||
*/
|
*/
|
||||||
char SlideNames[NUM_SLIDES][13]={
|
char SlideNames[NUM_SLIDES][13]={
|
||||||
|
Credits "aftr_hi.pcx",
|
||||||
"aftr_hi.pcx",
|
|
||||||
"aly1.pcx",
|
"aly1.pcx",
|
||||||
"apc_hi.pcx",
|
"apc_hi.pcx",
|
||||||
"aphi0049.pcx",
|
"aphi0049.pcx",
|
||||||
@@ -87,29 +86,6 @@ char SlideNames[NUM_SLIDES][13]={
|
|||||||
"tent.pcx"
|
"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
|
** 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++)
|
for (index = 0 ; index < NUM_SLIDES ; index++)
|
||||||
{
|
{
|
||||||
SlideBuffers[index] = new GraphicBufferClass;
|
//SlideBuffers[index] = new GraphicBufferClass;
|
||||||
SlideBuffers[index]->Init (SeenBuff.Get_Width(), SeenBuff.Get_Height(), NULL , 0 , (GBC_Enum)0);
|
//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] );
|
//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.
|
** 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.
|
** 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);
|
HidPage.Blit(SeenBuff, 0, 8 * RESFACTOR, 0, 8*RESFACTOR, SeenBuff.Get_Width(), SeenBuff.Get_Height() - 16* RESFACTOR, false);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** If user hits escape then break.
|
** If user hits escape then break.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user