Changeset 25488


Ignore:
Timestamp:
01/06/14 18:32:04 (9 years ago)
Author:
gost
Message:

[titan] fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/marker.h

    r25486 r25488  
    191191        {
    192192                atime = (aktpts - startpos) / 90000;
    193                 off64_t posn = playergetptspos(aktpts, pos, -1, 4, 2, 0, NULL);
     193                printf("marker-> new position \n");
     194                off64_t posn = playergetptspos(aktpts, pos, -1, 1, 0, 0, NULL);
    194195                if(posn < -1)
    195                         posn = playergetptspos(aktpts, pos - (posn *-1), -1, 4, 2, 0, NULL);
     196                        posn = playergetptspos(aktpts, pos - (posn *-1), -1, 1, 0, 0, NULL);
    196197                if(posn < -1)
    197                         posn = playergetptspos(aktpts, pos - (posn *-2), -1, 4, 2, 0, NULL);
     198                        posn = playergetptspos(aktpts, pos - (posn *-2), -1, 1, 0, 0, NULL);
    198199                if(posn < -1)
    199                         posn = playergetptspos(aktpts, pos - (posn *-3), -1, 4, 2, 0, NULL);
     200                        posn = playergetptspos(aktpts, pos - (posn *-3), -1, 1, 0, 0, NULL);
    200201                if(posn > 0)
    201202                        {
Note: See TracChangeset for help on using the changeset viewer.