gcc was warning about that too.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@221 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8641df62aa
commit
0dd089949e
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ void SV_SpawnServer (char *server, char *startspot, qboolean noents, qboolean us
|
||||||
if (usecinematic)
|
if (usecinematic)
|
||||||
{
|
{
|
||||||
strcpy (sv.name, server);
|
strcpy (sv.name, server);
|
||||||
sprintf (sv.modelname, "");
|
strcpy (sv.modelname, "");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue