mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
hl1: make pushable rotatable
This commit is contained in:
@@ -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
2
ivp
Submodule ivp updated: 9f90eb6e0c...4b693fa4f3
Reference in New Issue
Block a user