From 3aac058022285f01021f011129614c38837c6260 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 8 Dec 2016 12:07:12 +0200 Subject: [PATCH] Fixed loading of Hexen and Strife Names in sprite offsets files for these IWADs contain '[' and '\' characters and such names need to be quoted --- wadsrc/static/filter/hexen/sprofs.txt | 2 +- wadsrc/static/filter/strife/sprofs.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wadsrc/static/filter/hexen/sprofs.txt b/wadsrc/static/filter/hexen/sprofs.txt index a8d614ca0..4408e3b95 100644 --- a/wadsrc/static/filter/hexen/sprofs.txt +++ b/wadsrc/static/filter/hexen/sprofs.txt @@ -57,7 +57,7 @@ CLERW0, 37, 53, iwad CLERX0, 37, 43, iwad CLERY0, 38, 30, iwad CLERZ0, 38, 18, iwad -CLER[0, 38, 12, iwad +"CLER[0", 38, 12, iwad CPB1A0, 8, 7, iwad CPB2A0, 7, 6, iwad CPB3A0, 12, 4, iwad diff --git a/wadsrc/static/filter/strife/sprofs.txt b/wadsrc/static/filter/strife/sprofs.txt index d7118297b..c6dafb581 100644 --- a/wadsrc/static/filter/strife/sprofs.txt +++ b/wadsrc/static/filter/strife/sprofs.txt @@ -200,8 +200,8 @@ PGRDW0, 35, 28, iwad PGRDX0, 35, 28, iwad PGRDY0, 35, 28, iwad PGRDZ0, 35, 28, iwad -PGRD[0, 35, 28, iwad -PGRD\0, 35, 28, iwad +"PGRD[0", 35, 28, iwad +"PGRD\0", 35, 28, iwad PDEDE0, 22, 20, iwad PDEDF0, 23, 16, iwad PDEDG0, 23, 15, iwad