]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed "new engine string" prints to also include the current text stored in the...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 Apr 2007 09:42:43 +0000 (09:42 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 Apr 2007 09:42:43 +0000 (09:42 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7059 d7cf8633-e32d-0410-b094-e92efae38249

prvm_edict.c

index 302f09b18f8086c59157d2a10df95a77914cc22f..8a97b42574dd96e5e3eab2aab6c967693201cb4d 100644 (file)
@@ -2091,7 +2091,7 @@ int PRVM_SetEngineString(const char *s)
                        return -1 - i;
        // new unknown engine string
        if (developer.integer >= 200)
-               Con_Printf("new engine string %p\n", s);
+               Con_Printf("new engine string %p = \"%s\"\n", s, s);
        for (i = prog->firstfreeknownstring;i < prog->numknownstrings;i++)
                if (!prog->knownstrings[i])
                        break;