| 1325 | } |
| 1326 | |
| 1327 | void |
| 1328 | relative_time_to_moves(long *timestamp) |
| 1329 | { |
| 1330 | long prevts = *timestamp; |
| 1331 | |
| 1332 | *timestamp = svm.moves + prevts; |
| 1333 | } |
| 1334 | |
| 1335 | /* "name-role-race-gend-algn" occurs very early in a save file; sometimes we |
| 1336 | want the whole thing, other times just "name" (for svp.plname[]) */ |
no outgoing calls
no test coverage detected