Changeset 22248


Ignore:
Timestamp:
07/06/13 11:44:00 (11 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r22246 r22248  
    136136                        //timeshift
    137137                        if(status.timeshift == 1 && (status.playing == 0 || status.slowspeed != 0 || status.playspeed != 0 || status.pause != 0))
    138                                 timeshiftplay(&playinfobarstatus, &playinfobarcount);
     138                        {
     139                                if(status.timeshifttype == 1 && status.timeshiftpos == 0)
     140                                        timeshiftpause(0);
     141                                else
     142                                        timeshiftplay(&playinfobarstatus, &playinfobarcount);
     143                        }
    139144                        else
    140145                                timeshiftpause(0);
Note: See TracChangeset for help on using the changeset viewer.