a vfs fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1769 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ab8797c4c7
commit
f011def0cd
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ void CL_ReRecord_f (void)
|
|||
return;
|
||||
}
|
||||
|
||||
sprintf (name, "%s/%s", com_gamedir, s);
|
||||
sprintf (name, "%s", s);
|
||||
|
||||
//
|
||||
// open the demo file
|
||||
|
|
Loading…
Reference in a new issue