]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
VM_parseentitydata: parse backslash escapes
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 23 Jul 2024 05:49:36 +0000 (15:49 +1000)
committerDes <xon@damianv.com.ar>
Mon, 5 Aug 2024 11:59:14 +0000 (08:59 -0300)
commit5810b5bfa8cb146a1412d944d375e9d6cc16834a
treecda3bd0cd25771a56dbbf64520c6b0a75312d0b2
parent9c5154709b46c7e26e3382e406cfc9ef8b1ddbc0
VM_parseentitydata: parse backslash escapes

Because VM_writetofile() will include them by calling the same code as
SV_Savegame_to().
Missed this in 312123ecffc7e3dd892c7df754c911b47b9cdfaa.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
prvm_cmds.c