]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
host.c, sys_linux.c: Clear up linefeeds in Sys_Printf() -- we don't need to
authordeek <deek@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Sep 2000 15:12:18 +0000 (15:12 +0000)
committerdeek <deek@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Sep 2000 15:12:18 +0000 (15:12 +0000)
commite9e47ab1cc26ca266eb185efdfa2ba919690b0b9
treef5f774b97b43bd9cde531fc5c522597fa7dd3496
parent5c41d784306266a94c8caf92c6ea2680f98a5e01
host.c, sys_linux.c: Clear up linefeeds in Sys_Printf() -- we don't need to
add them, they should already be in there. Also, add optional timestamping
to console - doesn't work well with messages that call Sys_Printf() multiple
times, but for the rest it works fine.

cvar names: timestamps (int), timeformat (string)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@28 d7cf8633-e32d-0410-b094-e92efae38249
host.c
makefile
sys_linux.c