mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-23 01:11:21 +00:00
Make qw-server #include <config.h> to fix endianness problems.
This commit is contained in:
parent
5656077ed5
commit
7882224e29
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
// quakedef.h -- primary header for server
|
||||
|
||||
#define QUAKE_GAME // as opposed to utilities
|
||||
#define VERSION "0.1.0"
|
||||
#include <config.h>
|
||||
|
||||
//define PARANOID // speed sapping error checking
|
||||
|
||||
|
|
Loading…
Reference in a new issue