]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
Adding Sys_GetClipboardData to the SDL driver.
[xonotic/darkplaces.git] / cl_parse.c
index b7fe200e1bcd02595af031eff1365fee46a81650..fae79068ecc4c8a92c934b70b427fd6cdbcba5a8 100644 (file)
@@ -1820,7 +1820,7 @@ void CL_Parse_DumpPacket(void)
 void CL_Parse_Init(void)
 {
        // LordHavoc: added demo_nehahra cvar
-       cl_scores_mempool = Mem_AllocPool("client player info");
+       cl_scores_mempool = Mem_AllocPool("client player info", 0, NULL);
        Cvar_RegisterVariable (&demo_nehahra);
        if (gamemode == GAME_NEHAHRA)
                Cvar_SetValue("demo_nehahra", 1);