Changeset 31935 for titan/titan/play.h


Ignore:
Timestamp:
12/22/14 15:03:18 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r30672 r31935  
    15361536                                        screenplayinfobar(NULL, NULL, 1, playertype, flag);
    15371537                                }
    1538                                
    1539                                 if(waitofbuffer == 1 && status.prefillbuffer == 0)
     1538
     1539#ifdef MIPSEL
     1540                                if(waitofbuffer == 1 && status.prefillbuffer == 0 && status.cleaninfobar == 1)
    15401541                                {
    15411542                                        screenplayinfobar(file, showname, 0, playertype, flag);
    15421543                                        waitofbuffer = 0;
    1543                                 }
     1544                                        status.cleaninfobar = 0;
     1545                                }
     1546#else
     1547                                if(waitofbuffer == 1 && status.prefillbuffer == 0)
     1548                                {
     1549                                        screenplayinfobar(file, showname, 0, playertype, flag);
     1550                                        waitofbuffer = 0;
     1551                                }
     1552#endif
     1553
    15441554
    15451555                                if(flag == 4)
Note: See TracChangeset for help on using the changeset viewer.