mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fixed loading of Hexen and Strife
Names in sprite offsets files for these IWADs contain '[' and '\' characters and such names need to be quoted
This commit is contained in:
parent
0720dd9816
commit
3aac058022
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue