]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
rewrote memory system entirely (hunk, cache, and zone are gone, memory pools replaced...
[xonotic/darkplaces.git] / sys_shared.c
index 01fd0fbabee12a34fb4509fc4dcafcd9c171688b..c4c539d96f3b1f783130fc60eb7f3332713ad533 100644 (file)
@@ -79,7 +79,7 @@ void Sys_Printf (char *fmt, ...)
        if (sys_nostdout)
                return;
 
-       if (timestamps.value)
+       if (timestamps.integer)
        {
                mytime = time (NULL);
                local = localtime (&mytime);