fix a print

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4359 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-05-13 14:43:44 +00:00
parent 82bbdf6e44
commit 1aaeb8faa8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ void *SVQ2_GetGameAPI (void *parms)
void *ret;
Con_DPrintf("Searching for %s\n", gamename);
Con_DPrintf("Searching for %s\n", gamename[o]);
searchpath = 0;
while((searchpath = COM_NextPath(searchpath)))