Searched defs:SpectatorThink (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/QW/server/
H A Dpr_edict.c50 func_t SpectatorThink; variable
1040 SpectatorConnect = SpectatorThink = SpectatorDisconnect = 0;
1044 if ((f = ED_FindFunction ("SpectatorThink")) != NULL)
1045 SpectatorThink = (func_t)(f - pr_functions);

Completed in 57 milliseconds