]> 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)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 23 Jul 2024 05:49:36 +0000 (15:49 +1000)
commit9c29f2ace43f4b6c76b2d66ad3e0f265d30ea1c9
tree1ea3ad4d90661e7c9de4d79e97ff82d504c80fa9
parent185581b1c1bd913cfb8d7703d3b85214e2e780d0
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