Home
last modified time | relevance | path

Searched refs:cg_showrot (Results 1 – 1 of 1) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dapp.cpp53 Var cg_showrot("cg_showrot", 0); variable
162 gVars->RegisterVar(cg_showrot); in App()
282 cg_showrot = 1; in Init()
319 gVars->UnregisterVar(cg_showrot); in ~App()
446 if (cg_showrot.ivalue && cg_showrot.ivalue <= numclients) in DrawWorld()
448 Client *client = &clients[cg_showrot.ivalue-1]; in DrawWorld()