mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-03-20 07:00:56 +00:00
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:
parent
a8de363078
commit
880681a390
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue