quakespasm.pak: More z-fighting workarounds.

This fixes:

e2m3:
- The floorpiece (when down) and wallpiece (when open) by the crates opposite the normal exit.


git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1135 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
svdijk 2014-11-02 19:36:39 +00:00
parent 12d170cb6d
commit 258b25d354
2 changed files with 2 additions and 0 deletions

View file

@ -1230,6 +1230,7 @@
"targetname" "t11"
"wait" "10"
"model" "*25"
"lip" "7" // svdijk -- added to prevent z-fighting
}
{
"classname" "func_door_secret"
@ -1237,6 +1238,7 @@
"spawnflags" "8"
"targetname" "t11"
"model" "*26"
"t_length" "65" // svdijk -- added to prevent z-fighting
}
{
"classname" "light"

Binary file not shown.