mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add 2x tripwire texture
This commit is contained in:
parent
b10b845a05
commit
f0f14ae91e
1 changed files with 7 additions and 3 deletions
|
|
@ -3382,6 +3382,10 @@ static boolean P_CheckLineSideTripWire(line_t *ld, int p)
|
|||
{
|
||||
sda->midtexture = R_TextureNumForName("TRIPWLOW");
|
||||
}
|
||||
else if (sda->midtexture == R_TextureNumForName("2RIPWIRE"))
|
||||
{
|
||||
sda->midtexture = R_TextureNumForName("2RIPWLOW");
|
||||
}
|
||||
else if (sda->midtexture == R_TextureNumForName("4RIPWIRE"))
|
||||
{
|
||||
sda->midtexture = R_TextureNumForName("4RIPWLOW");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue