Actually use the fasttrack arrays thingie.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1670 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-12-06 02:18:41 +00:00
parent a8de363078
commit 880681a390
1 changed files with 4 additions and 0 deletions

View File

@ -2989,6 +2989,10 @@ retry:
break;
}
eval = PR_FindGlobal(progfuncs, "__ext__fasttrackarrays", PR_CURRENT);
if (eval) //we support these opcodes
eval->_float = true;
return true;
}