func_ladder: Fix the placeholder ladder not colliding/rendering properly.
This commit is contained in:
parent
9268524b4d
commit
45d44149fd
1 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ void func_ladder :: func_ladder ( void )
|
|||
alpha = 0.5f;
|
||||
effects = EF_ADDITIVE;
|
||||
#else
|
||||
model = 0;
|
||||
alpha = 0.0001f;
|
||||
effects = EF_NODRAW;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue