/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:
parent
10e7d1c98d
commit
7276203458
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ R_NewMap
|
||||||
*/
|
*/
|
||||||
void SWR_NewMap (void)
|
void SWR_NewMap (void)
|
||||||
{
|
{
|
||||||
|
extern cvar_t host_mapname;
|
||||||
|
char namebuf[MAX_OSPATH];
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
memset (&r_worldentity, 0, sizeof(r_worldentity));
|
memset (&r_worldentity, 0, sizeof(r_worldentity));
|
||||||
|
|
Loading…
Reference in a new issue