Fixed: UDMF loader did not set the index for sides

This commit is contained in:
Randy Heit 2015-02-20 21:51:14 -06:00
parent 9721c025c1
commit a5f8c4ead2

View file

@ -1103,6 +1103,7 @@ public:
sdt->midtexture = "-";
sd->SetTextureXScale(FRACUNIT);
sd->SetTextureYScale(FRACUNIT);
sd->Index = index;
sc.MustGetToken('{');
while (!sc.CheckToken('}'))