mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- fix missing texture in Strife MAP15
This commit is contained in:
parent
493d4b4200
commit
ddc67fb1bc
1 changed files with 6 additions and 0 deletions
|
@ -892,6 +892,12 @@ class LevelCompatibility native play
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '8D7A24B169717907DDA8399D8C1655DF': // strife1.wad map15
|
||||||
|
{
|
||||||
|
SetWallTexture(319, Line.back, Side.top, "WALTEK21");
|
||||||
|
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