mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-04 02:51:27 +00:00
removed unused BASEDIR define
This commit is contained in:
parent
2bd2e8e403
commit
78360393be
2 changed files with 0 additions and 4 deletions
|
@ -51,8 +51,6 @@
|
||||||
int noconinput = 0;
|
int noconinput = 0;
|
||||||
qboolean is_server = false;
|
qboolean is_server = false;
|
||||||
|
|
||||||
#define BASEDIR "."
|
|
||||||
|
|
||||||
|
|
||||||
// =======================================================================
|
// =======================================================================
|
||||||
// General routines
|
// General routines
|
||||||
|
|
|
@ -59,8 +59,6 @@ cvar_t *sys_extrasleep;
|
||||||
qboolean is_server = true;
|
qboolean is_server = true;
|
||||||
qboolean stdin_ready;
|
qboolean stdin_ready;
|
||||||
|
|
||||||
#define BASEDIR "."
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue