Changeset 26402


Ignore:
Timestamp:
02/21/14 21:06:55 (10 years ago)
Author:
gost
Message:

[titan] mipsel fix second infobar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r26401 r26402  
    1010        struct skin* infobar2 = getscreen("infobar2");
    1111        struct skin* infobar = infobar1;
     12        struct skin* infobarm = infobar1;
    1213        struct skin* standbymenu = NULL;
    1314        char* tmpstr = NULL; char* tmpnr = NULL;
     
    768769                        {
    769770                                clearscreen(infobar);
     771                                if(infobarm != infobar) {
     772                                        infobar = infobarm;
     773                                        clearscreen(infobar);
     774                                }
    770775                                status.infobar = 0;
    771776                                drawscreen(skin, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.