hl1: make pushable rotatable

This commit is contained in:
nillerusr
2022-08-23 03:21:46 +03:00
parent faca1ab142
commit 3dbe2cdd32
2 changed files with 3 additions and 2 deletions

View File

@@ -1250,7 +1250,8 @@ void CPushable::Spawn( void )
CreateVPhysics();
}
#ifdef HL1_DLL
// nillerusr: VALVEWHY?
#if 0 //def HL1_DLL
// Force HL1 Pushables to stay axially aligned.
VPhysicsGetObject()->SetInertia( Vector( 1e30, 1e30, 1e30 ) );
#endif//HL1_DLL

2
ivp

Submodule ivp updated: 9f90eb6e0c...4b693fa4f3