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:
parent
ca999f6eb4
commit
f353f55024
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ static void QDECL QI_Tick(double realtime, double gametime)
|
||||||
if (!thedatabase && dlcontext == -1)
|
if (!thedatabase && dlcontext == -1)
|
||||||
{
|
{
|
||||||
dlcontext = -2;
|
dlcontext = -2;
|
||||||
//if (filefuncs->Open(DATABASEURL, &dlcontext, 1) >= 0)
|
if (filefuncs->Open(DATABASEURL, &dlcontext, 1) >= 0)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue