]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - execloop.h
Merge branch 'master' into blub/parser
[xonotic/gmqcc.git] / execloop.h
index 6ccfad46c20492b5f18d44023445503b9272d594..b75061e50b4633637e8d068c3c8a08305b7798e3 100644 (file)
                                        PRVM_ERROR ("%s Progs attempted to read an out of bounds edict number", PRVM_NAME);
                                        goto cleanup;
                                }
-                               if (OPB->_int < 0 || OPB->_int + 3 >= prog->entityfields)
+                               if (OPB->_int < 0 || OPB->_int + 3 > prog->entityfields)
                                {
                                        PRVM_ERROR("%s attempted to read an invalid field in an edict (%i)", PRVM_NAME, OPB->_int);
                                        goto cleanup;