HomeSort by: relevance | last modified time | path
    Searched defs:shipnum (Results 1 - 2 of 2) sorted by relevancy

  /src/games/sail/
sync.c 321 int type, shipnum, isstr; local in function:Sync
357 switch (fscanf(sync_fp, "%d%d%d", &type, &shipnum, &isstr)) {
365 if (shipnum < 0 || shipnum >= cc->vessels)
399 if (sync_update(type, SHIP(shipnum), astr, a, b, c, d) < 0)
sync.c 321 int type, shipnum, isstr; local in function:Sync
357 switch (fscanf(sync_fp, "%d%d%d", &type, &shipnum, &isstr)) {
365 if (shipnum < 0 || shipnum >= cc->vessels)
399 if (sync_update(type, SHIP(shipnum), astr, a, b, c, d) < 0)

Completed in 23 milliseconds