mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- rename sprite names with '^' in the hires namespace.
This commit is contained in:
parent
76ee658be4
commit
21a621031b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ void FResourceLump::LumpNameSetup(FString iname)
|
|||
// Since '\' can't be used as a file name's part inside a ZIP
|
||||
// we have to work around this for sprites because it is a valid
|
||||
// frame character.
|
||||
else if (Namespace == ns_sprites || Namespace == ns_voxels)
|
||||
else if (Namespace == ns_sprites || Namespace == ns_voxels || Namespace == ns_hires)
|
||||
{
|
||||
char *c;
|
||||
|
||||
|
|
Loading…
Reference in a new issue