Changeset 25488
- Timestamp:
- 01/06/14 18:32:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/marker.h
r25486 r25488 191 191 { 192 192 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); 194 195 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); 196 197 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); 198 199 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); 200 201 if(posn > 0) 201 202 {
Note: See TracChangeset
for help on using the changeset viewer.