mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 15:22:08 +00:00
- fix a missing texture in strife map21
This commit is contained in:
parent
15c6cba7ac
commit
1dd0909ec2
1 changed files with 6 additions and 0 deletions
|
@ -898,6 +898,12 @@ class LevelCompatibility native play
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 'D5FD90FA7A8133E7BFED682D3D313962': // strife1.wad map21
|
||||||
|
{
|
||||||
|
SetWallTexture(603, Line.front, Side.bottom, "IRON04");
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case 'DB31D71B11E3E4393B9C0CCB44A8639F': // rop_2015.wad e1m5
|
case 'DB31D71B11E3E4393B9C0CCB44A8639F': // rop_2015.wad e1m5
|
||||||
{
|
{
|
||||||
// Lower floor a bit so secret switch becomes accessible
|
// Lower floor a bit so secret switch becomes accessible
|
||||||
|
|
Loading…
Reference in a new issue