MCPcopy Create free account
hub / github.com/assaultcube/AC / setminutesremaining

Function setminutesremaining

source/src/client.cpp:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void setminutesremaining(char *minutes)
730{
731 if(*minutes) shiftgametime(gametimemaximum - ATOI(minutes) * 60000);
732}
733COMMANDN(setmr, setminutesremaining, "s");
734
735void rewinddemo(char *seconds)

Callers

nothing calls this directly

Calls 1

shiftgametimeFunction · 0.85

Tested by

no test coverage detected