]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_edict.c
misc: engine version string polishing
[xonotic/darkplaces.git] / prvm_edict.c
index 8b847f7be41ebf21044b3061aea0a99c3177db5a..4b732742fada18c2a07e3c8665dca09defbe47a8 100644 (file)
@@ -2712,7 +2712,8 @@ fail:
        // init mempools
        PRVM_MEM_Alloc(prog);
 
-       Con_Printf("%s: program loaded (crc %i, size %iK)\n", prog->name, prog->filecrc, (int)(filesize/1024));
+       Con_Printf("%s: program loaded (crc %i, size %iK)%s\n", prog->name, prog->filecrc, (int)(filesize/1024),
+               prog == CLVM_prog ? (prog->flag & PRVM_CSQC_SIMPLE ? " CSQC_SIMPLE" : " EXT_CSQC") : "");
 
        // Inittime is at least the time when this function finished. However,
        // later events may bump it.