]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_execprogram.h
The gcc 2.95 problem was in fact OP_STORE_V doing nasty things to numbers that were...
[xonotic/darkplaces.git] / pr_execprogram.h
index 33dc3e0a7e27f4b9904683aee336660444d21bfa..f421e22c1427b8957e69688282f9273ca5b53280 100644 (file)
                                OPB->_int = OPA->_int;
                                break;
                        case OP_STORE_V:
-                               OPB->vector[0] = OPA->vector[0];
-                               OPB->vector[1] = OPA->vector[1];
-                               OPB->vector[2] = OPA->vector[2];
+                               OPB->ivector[0] = OPA->ivector[0];
+                               OPB->ivector[1] = OPA->ivector[1];
+                               OPB->ivector[2] = OPA->ivector[2];
                                break;
 
                        case OP_STOREP_F: