1
0
Fork 0
forked from fte/fteqw

urm, yeah, bracket fixed. hrm. ah well.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@985 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-05-04 20:07:44 +00:00
parent 63b7296630
commit 1b5c97bd31
4 changed files with 4 additions and 4 deletions

View file

@ -651,7 +651,7 @@ reeval:
//array/structure reading/riting.
case OP_GLOBALADDRESS:
OPC->_int = (int)(&OPA->_int) + OPB->_int);
OPC->_int = (int)(&OPA->_int) + OPB->_int;
break;
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
OPC->_int = OPA->_int + OPB->_int*4;

View file

@ -651,7 +651,7 @@ reeval:
//array/structure reading/riting.
case OP_GLOBALADDRESS:
OPC->_int = (int)(&OPA->_int) + OPB->_int);
OPC->_int = (int)(&OPA->_int) + OPB->_int;
break;
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
OPC->_int = OPA->_int + OPB->_int*4;

View file

@ -651,7 +651,7 @@ reeval:
//array/structure reading/riting.
case OP_GLOBALADDRESS:
OPC->_int = (int)(&OPA->_int) + OPB->_int);
OPC->_int = (int)(&OPA->_int) + OPB->_int;
break;
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
OPC->_int = OPA->_int + OPB->_int*4;

View file

@ -651,7 +651,7 @@ reeval:
//array/structure reading/riting.
case OP_GLOBALADDRESS:
OPC->_int = (int)(&OPA->_int) + OPB->_int);
OPC->_int = (int)(&OPA->_int) + OPB->_int;
break;
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
OPC->_int = OPA->_int + OPB->_int*4;