]> icculus.org git repositories - divverent/darkplaces.git/commit
eradicated SZ_Print, thanks to Fuh for pointing out the sheer evil of this function...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Dec 2003 11:13:57 +0000 (11:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Dec 2003 11:13:57 +0000 (11:13 +0000)
commit5fbb2830369df5b910d7ba7d00a37bfe8504b1c8
tree6d4976f6257a70fc62f7a226191b859dccbfb2a6
parent3ff18334a572ae2c544598e05194675207c613df
eradicated SZ_Print, thanks to Fuh for pointing out the sheer evil of this function found in nq, qw and q2...  SZ_Print is a strcat onto a sizebuf - note that it could OVERWRITE THE SIZEBUF STRUCT if it is empty (but it was never empty where quake used it).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3688 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c
common.c