Red Alert now loads stand alone to the main menu.

This commit is contained in:
Justin Marshall
2020-06-01 16:29:29 -07:00
parent d9e287e08b
commit 96416e9ca9
14 changed files with 153 additions and 866 deletions
+5 -5
View File
@@ -838,11 +838,11 @@ inline HRESULT GraphicViewPortClass::Blit( GraphicViewPortClass& dest, BOOL tran
if ( IsDirectDraw && dest.IsDirectDraw ){
return(DD_Linear_Blit_To_Linear( dest, XPos, YPos
, dest.Get_XPos(), dest.Get_YPos()
, MAX( Width, dest.Get_Width())
, MAX( Height, dest.Get_Height())
, trans));
return (DD_Linear_Blit_To_Linear(dest, XPos, YPos
, dest.Get_XPos(), dest.Get_YPos()
, MAX(Width, dest.Get_Width())
, MAX(Height, dest.Get_Height())
, trans));
} else {
if (Lock()){