Fix silly qi plugin bug.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6068 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2021-10-05 05:05:27 +00:00
parent ca999f6eb4
commit f353f55024
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ static void QDECL QI_Tick(double realtime, double gametime)
if (!thedatabase && dlcontext == -1)
{
dlcontext = -2;
//if (filefuncs->Open(DATABASEURL, &dlcontext, 1) >= 0)
if (filefuncs->Open(DATABASEURL, &dlcontext, 1) >= 0)
return;
}
else