| 2456 | } |
| 2457 | |
| 2458 | long |
| 2459 | spot_time_left(coordxy x, coordxy y, short func_index) |
| 2460 | { |
| 2461 | long expires = spot_time_expires(x, y, func_index); |
| 2462 | return (expires > 0L) ? expires - svm.moves : 0L; |
| 2463 | } |
| 2464 | |
| 2465 | /* Insert timer into the global queue */ |
| 2466 | staticfn void |
no test coverage detected