Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/client/
Dcl_main.c65 static qboolean allowremotecmd = true; variable
825 allowremotecmd = false; // localid required now for remote cmds in CL_ConnectionlessPacket()
857 if (!allowremotecmd && (!*localid.string || strcmp(localid.string, s))) { in CL_ConnectionlessPacket()
877 allowremotecmd = false; in CL_ConnectionlessPacket()