mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Removed blit code from gbuffer class. Fixed cmakelists for linux.
This commit is contained in:
@@ -1643,7 +1643,7 @@ int BGMessageBox(char const * msg, int btn1, int btn2)
|
||||
}
|
||||
Load_Uncompress(CCFileClass(filename), HidPage, HidPage, temp);
|
||||
#endif
|
||||
HidPage.Blit(SeenPage);
|
||||
// HidPage.Blit(SeenPage);
|
||||
|
||||
#ifdef WIN32
|
||||
//VisiblePage.Blit(seen_buff_save);
|
||||
@@ -1673,7 +1673,7 @@ int BGMessageBox(char const * msg, int btn1, int btn2)
|
||||
if (AllSurfaces.SurfacesRestored) {
|
||||
AllSurfaces.SurfacesRestored = false;
|
||||
Hide_Mouse();
|
||||
seen_buff_save.Blit(VisiblePage);
|
||||
// seen_buff_save.Blit(VisiblePage);
|
||||
display = true;
|
||||
Show_Mouse();
|
||||
}
|
||||
@@ -1723,7 +1723,7 @@ int BGMessageBox(char const * msg, int btn1, int btn2)
|
||||
if (AllSurfaces.SurfacesRestored) {
|
||||
AllSurfaces.SurfacesRestored = false;
|
||||
Hide_Mouse();
|
||||
seen_buff_save.Blit(VisiblePage);
|
||||
// seen_buff_save.Blit(VisiblePage);
|
||||
display = true;
|
||||
Show_Mouse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user