mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-02 07:13:26 +00:00
- RR: address a missing texture in E1L2.
The current texture on this wall is suboptimal but it's still better than glitchy HOM.
This commit is contained in:
parent
47b9de1fb4
commit
227ac0fca6
2 changed files with 3 additions and 1 deletions
source/core/rendering/scene
wadsrc/static/engine/compatibility
|
@ -898,7 +898,7 @@ void HWWall::Process(HWDrawInfo* di, walltype* wal, sectortype* frontsector, sec
|
||||||
|
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (wallnum(wal) == 6468)
|
if (wallnum(wal) == 3312)
|
||||||
{
|
{
|
||||||
int a = 0;
|
int a = 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
// missing texture in RR E1L2.
|
||||||
|
wall 3312 setflags 2
|
Loading…
Reference in a new issue