mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-18 17:14:13 +02:00
SCENERIO_EDITOR now compiles.
This commit is contained in:
@@ -872,7 +872,7 @@ void Load_Title_Screen(char *name, GraphicViewPortClass *video_page, unsigned ch
|
||||
load_buffer = Read_PCX_File (name, (char*)palette, NULL, 0);
|
||||
|
||||
if (load_buffer) {
|
||||
load_buffer->Blit(*video_page);
|
||||
load_buffer->Scale(*video_page, 0, 0, 0, 0, load_buffer->Get_Width(), load_buffer->Get_Height(), ScreenWidth, ScreenHeight, NULL);
|
||||
delete load_buffer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user