func_ladder: Fix the placeholder ladder not colliding/rendering properly.

This commit is contained in:
Marco Cawthorne 2019-01-05 18:30:47 +01:00
parent 9268524b4d
commit 45d44149fd

View file

@ -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
}