mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +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;
|
||||
qboolean is_server = false;
|
||||
|
||||
#define BASEDIR "."
|
||||
|
||||
|
||||
// =======================================================================
|
||||
// General routines
|
||||
|
|
|
@ -59,8 +59,6 @@ cvar_t *sys_extrasleep;
|
|||
qboolean is_server = true;
|
||||
qboolean stdin_ready;
|
||||
|
||||
#define BASEDIR "."
|
||||
|
||||
|
||||
/*
|
||||
===============================================================================
|
||||
|
|
Loading…
Reference in a new issue