mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
when I say I want packet loggin, I want packet logging, not undefined symbols
This commit is contained in:
parent
d523cb92c7
commit
6eadd402ab
1 changed files with 4 additions and 4 deletions
|
@ -28,16 +28,16 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
// FIXME: we did support Quake1 protocol too...
|
||||
|
||||
#ifdef PACKET_LOGGING
|
||||
|
||||
#define QUAKEWORLD
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue