/me fixes

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1970 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-16 22:36:37 +00:00
parent 10e7d1c98d
commit 7276203458
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ R_NewMap
*/
void SWR_NewMap (void)
{
extern cvar_t host_mapname;
char namebuf[MAX_OSPATH];
int i;
memset (&r_worldentity, 0, sizeof(r_worldentity));