]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
fixed hl sprite types to properly handle the palette in each mode
[xonotic/darkplaces.git] / sys_shared.c
index e876daf18ae32d0c73741eb90ed9a05f9a11325a..9b4aea623989069b6ad652e912625c7ef3609052 100644 (file)
@@ -53,7 +53,7 @@ void Sys_Shared_EarlyInit(void)
 #else
        os = "Unknown";
 #endif
-       snprintf (engineversion, sizeof (engineversion), "%s %s %s", gamename, os, buildstring);
+       dpsnprintf (engineversion, sizeof (engineversion), "%s %s %s", gamename, os, buildstring);
 
 // COMMANDLINEOPTION: Console: -nostdout disables text output to the terminal the game was launched from
        if (COM_CheckParm("-nostdout"))