Changeset 25486
- Timestamp:
- 01/06/14 18:10:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/marker.h
r25484 r25486 193 193 off64_t posn = playergetptspos(aktpts, pos, -1, 4, 2, 0, NULL); 194 194 if(posn < -1) 195 posn = playergetptspos(aktpts, pos - ( findpos1*-1), -1, 4, 2, 0, NULL);195 posn = playergetptspos(aktpts, pos - (posn *-1), -1, 4, 2, 0, NULL); 196 196 if(posn < -1) 197 posn = playergetptspos(aktpts, pos - ( findpos1*-2), -1, 4, 2, 0, NULL);197 posn = playergetptspos(aktpts, pos - (posn *-2), -1, 4, 2, 0, NULL); 198 198 if(posn < -1) 199 posn = playergetptspos(aktpts, pos - ( findpos1*-3), -1, 4, 2, 0, NULL);199 posn = playergetptspos(aktpts, pos - (posn *-3), -1, 4, 2, 0, NULL); 200 200 if(posn > 0) 201 201 {
Note: See TracChangeset
for help on using the changeset viewer.