Changeset 28094


Ignore:
Timestamp:
03/29/14 18:26:04 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r28037 r28094  
    321321                if(rcret == getrcconfigint("rcok", NULL) || rcret == getrcconfigint("rctvradio", NULL) || rcret == getrcconfigint("rcfav", NULL) || rcret == getrcconfigint("rctv", NULL) || rcret == getrcconfigint("rcradio", NULL) || (status.crosscontrol == 0 && status.play == 0 && status.pause == 0 && (rcret == getrcconfigint("rcup", NULL) || rcret == getrcconfigint("rcdown", NULL) || rcret == getrcconfigint("rcleft", NULL) || rcret == getrcconfigint("rcright", NULL))))
    322322                {
     323                printf("status.servicetype: %d\n",status.servicetype);
    323324                        int tmpservicetype = status.servicetype;
    324325                        status.infobaraktiv = 0;
     
    334335
    335336                        if(rcret == getrcconfigint("rctv", NULL))
     337                                status.servicetype = 0;
     338                        if(rcret == getrcconfigint("rcradio", NULL))
    336339                                status.servicetype = 1;
    337                         if(rcret == getrcconfigint("rcradio", NULL))
    338                                 status.servicetype = 0;
    339340
    340341                        drawscreen(skin, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.