]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_edict.c
host: Implement callback for host_framerate instead of checking it every frame
[xonotic/darkplaces.git] / prvm_edict.c
index 53179cdff12caa95a2d12f5fc876d583247e11e9..8bcd48c9cdf19bb94abf60f007c93a91b48c572d 100644 (file)
@@ -457,7 +457,7 @@ static char *PRVM_ValueString (prvm_prog_t *prog, etype_t type, prvm_eval_t *val
                if (def != NULL)
                        dpsnprintf (line, linelength, ".%s", PRVM_GetString(prog, def->s_name));
                else
-                       dpsnprintf (line, linelength, "field%" PRVM_PRIi " (invalid!)", val->_int );
+                       dpsnprintf (line, linelength, "field %" PRVM_PRIi " (invalid!)", val->_int );
                break;
        case ev_void:
                dpsnprintf (line, linelength, "void");