mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
90669f5d8d
commit
3672c8e330
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue