removing a warning

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@81 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-08-31 09:15:24 +00:00
parent 6986cfd401
commit 8d69a86881
2 changed files with 2 additions and 0 deletions

View File

@ -98,3 +98,4 @@ serverinfo_t *Master_InfoForServer (netadr_t addr);
serverinfo_t *Master_InfoForNum (int num);
int Master_TotalCount(void);
void Master_QueryServer(serverinfo_t *server);
void MasterInfo_WriteServers(void);

View File

@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "quakedef.h"
#include "r_local.h"
#include "sw_draw.h"
int r_viewcluster, r_viewcluster2, r_oldviewcluster, r_oldviewcluster2;