mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-01 12:20:54 +00:00
forgot the includes
This commit is contained in:
parent
01eceda77e
commit
e9a9aecde0
2 changed files with 4 additions and 3 deletions
|
@ -20,9 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
// defs common to client and server
|
||||
|
||||
#define GLQUAKE_VERSION 1.00
|
||||
#define VERSION 2.40
|
||||
#define LINUX_VERSION 0.98
|
||||
#define QSG_STANDARD "1"
|
||||
#define QW_VERSION "2.40"
|
||||
#define QF_VERSION "newtree test build"
|
||||
|
||||
|
||||
#if id386
|
||||
|
|
|
@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
//define PARANOID // speed sapping error checking
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma warning( disable : 4244 4127 4201 4214 4514 4305 4115 4018)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue