This should fix issues with locs in sw.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1968 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-13 03:12:54 +00:00
parent 90669f5d8d
commit 3672c8e330
1 changed files with 3 additions and 0 deletions

View File

@ -314,6 +314,9 @@ void SWR_NewMap (void)
"edges");
}
COM_StripExtension(COM_SkipPath(cl.worldmodel->name), namebuf);
Cvar_Set(&host_mapname, namebuf);
r_dowarpold = false;
r_viewchanged = false;
#ifdef SWSTAINS