| 733 | COMMANDN(setmr, setminutesremaining, "s"); |
| 734 | |
| 735 | void rewinddemo(char *seconds) |
| 736 | { |
| 737 | int gamemillis = gametimecurrent+(lastmillis-lastgametimeupdate); |
| 738 | if(*seconds) shiftgametime(gamemillis - ATOI(seconds) * 1000); |
| 739 | } |
| 740 | COMMANDN(rewind, rewinddemo, "s"); |
| 741 | |
| 742 |
nothing calls this directly
no test coverage detected