mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
game(hl1): fix apache,can bbox, fix DROP_TO_FLOOR, fix barnacle
This commit is contained in:
@@ -1434,7 +1434,12 @@ void CItemSoda::CanThink ( void )
|
||||
|
||||
SetSolid( SOLID_BBOX );
|
||||
AddSolidFlags( FSOLID_TRIGGER );
|
||||
|
||||
#ifdef HL1_DLL
|
||||
UTIL_SetSize(this, Vector(-16, -16, 0), Vector(16, 16, 16));
|
||||
#else
|
||||
UTIL_SetSize ( this, Vector ( -8, -8, 0 ), Vector ( 8, 8, 8 ) );
|
||||
#endif
|
||||
|
||||
SetThink ( NULL );
|
||||
SetTouch ( &CItemSoda::CanTouch );
|
||||
|
||||
Reference in New Issue
Block a user