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:
Spoike 2004-09-15 03:08:38 +00:00
parent 8641df62aa
commit 0dd089949e
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ void SV_SpawnServer (char *server, char *startspot, qboolean noents, qboolean us
if (usecinematic)
{
strcpy (sv.name, server);
sprintf (sv.modelname, "");
strcpy (sv.modelname, "");
}
else
{