mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 11:19:09 +00:00
hl1: make pushable rotatable
This commit is contained in:
@@ -1250,7 +1250,8 @@ void CPushable::Spawn( void )
|
|||||||
CreateVPhysics();
|
CreateVPhysics();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HL1_DLL
|
// nillerusr: VALVEWHY?
|
||||||
|
#if 0 //def HL1_DLL
|
||||||
// Force HL1 Pushables to stay axially aligned.
|
// Force HL1 Pushables to stay axially aligned.
|
||||||
VPhysicsGetObject()->SetInertia( Vector( 1e30, 1e30, 1e30 ) );
|
VPhysicsGetObject()->SetInertia( Vector( 1e30, 1e30, 1e30 ) );
|
||||||
#endif//HL1_DLL
|
#endif//HL1_DLL
|
||||||
|
|||||||
+1
-1
Submodule ivp updated: 9f90eb6e0c...4b693fa4f3
Reference in New Issue
Block a user