diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2011-08-08 01:30:16 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:13 +0000 |
commit | 8693e2c0a0ca3c5e9474fdf306ed53fac572960f (patch) | |
tree | 72c5402f294184509cf84d9223340c2d89949049 /src/cgame/cg_main.c | |
parent | cfa3aaac676d5f6e9657f810ab919b7485616a7b (diff) |
* Add ready-related text to cg_tutorial during intermission
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index 159f4f37..356f6728 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -1437,7 +1437,7 @@ static clientInfo_t * CG_InfoFromScoreIndex( int index, int team, int *scoreInde return &cgs.clientinfo[ cg.scores[ index ].client ]; } -static qboolean CG_ClientIsReady( int clientNum ) +qboolean CG_ClientIsReady( int clientNum ) { clientList_t ready; |