Fixed a warning message.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3391 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
db66fa07f5
commit
e0edbe444d
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ qboolean Rank_OpenRankings(void)
|
|||
|
||||
if (!created && (rankfileheader.version != RANKFILE_VERSION || rankfileheader.ident != RANKFILE_IDENT))
|
||||
{
|
||||
Con_Printf("Rank file is version %i not %i\nEither delete the file or use an equivelent version of " DISTRIBUTION "\n");
|
||||
Con_Printf("Rank file is version %i not %i\nEither delete the file or use an equivelent version of " DISTRIBUTION "\n", rankfileheader.version, RANKFILE_VERSION);
|
||||
fclose(rankfile);
|
||||
rankfile = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue