mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 13:00:59 +00:00
Fixed: UDMF loader did not set the index for sides
This commit is contained in:
parent
9721c025c1
commit
a5f8c4ead2
1 changed files with 1 additions and 0 deletions
|
@ -1103,6 +1103,7 @@ public:
|
||||||
sdt->midtexture = "-";
|
sdt->midtexture = "-";
|
||||||
sd->SetTextureXScale(FRACUNIT);
|
sd->SetTextureXScale(FRACUNIT);
|
||||||
sd->SetTextureYScale(FRACUNIT);
|
sd->SetTextureYScale(FRACUNIT);
|
||||||
|
sd->Index = index;
|
||||||
|
|
||||||
sc.MustGetToken('{');
|
sc.MustGetToken('{');
|
||||||
while (!sc.CheckToken('}'))
|
while (!sc.CheckToken('}'))
|
||||||
|
|
Loading…
Reference in a new issue