Stop fussing

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1715 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-12-16 17:12:11 +00:00
parent 42648d0fab
commit 12bef1befc
1 changed files with 1 additions and 1 deletions

View File

@ -6452,7 +6452,7 @@ void PF_checkextension (progfuncs_t *prinst, struct globalvars_s *pr_globals)
*ext->enabled = true;
G_FLOAT(OFS_RETURN) = true;
Con_Printf("Extension %s is supported\n", s);
Con_DPrintf("Extension %s is supported\n", s);
}
else
G_FLOAT(OFS_RETURN) = false;