func_pushable: Remove hitcontentsmaski override, else the cart won't move up in the test chamber.
This commit is contained in:
parent
06d959ef02
commit
99f513efdb
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ func_pushable::Respawn(void)
|
|||
SetOrigin(GetSpawnOrigin());
|
||||
SetMovetype(MOVETYPE_STEP);
|
||||
PlayerUse = OnPlayerUse;
|
||||
hitcontentsmaski = CONTENTBIT_BODY; /* don't collide with anything but players */
|
||||
//hitcontentsmaski = CONTENTBIT_BODY | CONTENTBIT_BODY; /* don't collide with anything but players */
|
||||
|
||||
if (!m_eCollBox) {
|
||||
m_eCollBox = spawn();
|
||||
|
|
Loading…
Reference in a new issue