func_pushable: Remove hitcontentsmaski override, else the cart won't move up in the test chamber.

This commit is contained in:
Marco Cawthorne 2024-02-15 13:35:13 -08:00
parent 06d959ef02
commit 99f513efdb
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -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();