]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - execloop.h
also generate _y and _z data for fieldpointers
[xonotic/gmqcc.git] / execloop.h
index 45494af9e2e5a175677d99cfcee132edccfec99e..2929c2d6a501d51d7a6f7246ee86540ab99cefd6 100644 (file)
                        case INSTR_ADDRESS:
                                if (OPA->edict < 0 || OPA->edict >= prog->entities)
                                {
-                                       PRVM_ERROR ("%s Progs attempted to address an out of bounds edict number", PRVM_NAME);
+                                       PRVM_ERROR ("%s Progs attempted to address an out of bounds edict number %i", PRVM_NAME, OPA->edict);
                                        goto cleanup;
                                }
                                if ((unsigned int)(OPB->_int) >= (unsigned int)(prog->entityfields))