Added endifs, moved log.c declarations to common.h but kept SV_LogPlayer in server.h (is this ugly? probably)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2579 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
eadc9f6d6a
commit
273dedc28c
6 changed files with 23 additions and 16 deletions
|
@ -263,6 +263,7 @@ void Con_Log (char *s)
|
|||
}
|
||||
|
||||
|
||||
#ifndef CLIENTONLY
|
||||
//still to add stuff at:
|
||||
//connects
|
||||
//disconnects
|
||||
|
@ -278,6 +279,7 @@ void SV_LogPlayer(client_t *cl, char *msg)
|
|||
|
||||
Log_String(LOG_PLAYER, line);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue