Changeset 16861


Ignore:
Timestamp:
06/27/12 00:07:27 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tmc/tmc.h

    r16860 r16861  
    16021602                                        }
    16031603                                }
    1604 
    1605                                 continue;
    1606                         }
    1607                         else if(ostrcmp("Play", tmcmenutxt->ret) == 0) //directory play
    1608                         {
    1609                                 char* file = screentmcdirplay();
    1610 
    1611                                 if(file != NULL)
    1612                                 {
    1613                                         drawscreen(skin, 0, 0);
    1614                                         screenplay(file, 0, 0);
    1615 
    1616                                         free(file); file = NULL;
    1617                                         drawscreen(tmcbg, 0, 1);
    1618                                         tmcpicscroll(menuid, tmcpictitle, tmcpicstar, tmcstatus, tmcpic1, tmcpic2, tmcpic3, tmcpic4, tmcpic5, tmcpictitlebg, tmcpicstarbg, tmcstatusbg, 0);
    1619                                         tmcmenuscroll(menuid, active, tmcmenutxt, tmcmenu1, tmcmenu2, tmcmenu3, tmcmenu3p2, tmcmenu4, tmcmenu5, 0);
     1604                                else if(ostrcmp("Play", tmcmenutxt->ret) == 0) //directory play
     1605                                {
     1606                                        char* file = screentmcdirplay();
     1607
     1608                                        if(file != NULL)
     1609                                        {
     1610                                                drawscreen(skin, 0, 0);
     1611                                                screenplay(file, 0, 0);
     1612
     1613                                                free(file); file = NULL;
     1614                                                drawscreen(tmcbg, 0, 1);
     1615                                                tmcpicscroll(menuid, tmcpictitle, tmcpicstar, tmcstatus, tmcpic1, tmcpic2, tmcpic3, tmcpic4, tmcpic5, tmcpictitlebg, tmcpicstarbg, tmcstatusbg, 0);
     1616                                                tmcmenuscroll(menuid, active, tmcmenutxt, tmcmenu1, tmcmenu2, tmcmenu3, tmcmenu3p2, tmcmenu4, tmcmenu5, 0);
     1617                                        }
    16201618                                }
    16211619
Note: See TracChangeset for help on using the changeset viewer.