]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
don't parse \ characters when reading sav files or map entities, let the
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Mar 2008 04:27:20 +0000 (04:27 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Mar 2008 04:27:20 +0000 (04:27 +0000)
commit61ffd022bdf0e0dd53d042dd851fe7a026234631
tree30e226a7e0b54408e397afad5cb7c0d1bc9c377a
parent22249b9c3863d57d01eddf792d3ccb32f0301fda
don't parse \ characters when reading sav files or map entities, let the
ParseEpair function take care of \n and nothing else (and not if it's a
wad key)
this should fix compatibility with the quake map solstart.bsp which has
a \ character at the end of the wad value, also affecting a couple other
maps but not as badly

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8224 d7cf8633-e32d-0410-b094-e92efae38249
prvm_edict.c