mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 08:50:29 +02:00
Initial checkin of the new UI blit code(there are issues and will be fixed one by one).
This commit is contained in:
@@ -252,8 +252,6 @@ GameType Select_MPlayer_Game (void)
|
||||
process = true;
|
||||
pressed = false;
|
||||
while (process) {
|
||||
Device_Present();
|
||||
|
||||
#ifdef WIN32
|
||||
/*
|
||||
** If we have just received input focus again after running in the background then
|
||||
@@ -274,9 +272,9 @@ GameType Select_MPlayer_Game (void)
|
||||
//.....................................................................
|
||||
// Refresh display if needed
|
||||
//.....................................................................
|
||||
if (display) {
|
||||
{
|
||||
Hide_Mouse();
|
||||
if (display >= REDRAW_BACKGROUND) {
|
||||
{
|
||||
|
||||
//...............................................................
|
||||
// Refresh the backdrop
|
||||
@@ -294,7 +292,7 @@ GameType Select_MPlayer_Game (void)
|
||||
//..................................................................
|
||||
// Redraw buttons
|
||||
//..................................................................
|
||||
if (display >= REDRAW_BUTTONS) {
|
||||
{
|
||||
commands->Flag_List_To_Redraw();
|
||||
}
|
||||
Show_Mouse();
|
||||
|
||||
Reference in New Issue
Block a user