mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 12:10:33 +00:00
merge
This commit is contained in:
commit
88b4c7b50b
28 changed files with 58 additions and 29 deletions
|
@ -3163,7 +3163,11 @@ CWeapon::HitsGround(CEntity *holder, CVector *fireSource, CEntity *aimingTo)
|
|||
void
|
||||
CWeapon::BlowUpExplosiveThings(CEntity *thing)
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
if ( thing && thing->IsObject() )
|
||||
#else
|
||||
if ( thing )
|
||||
#endif
|
||||
{
|
||||
CObject *object = (CObject*)thing;
|
||||
int32 mi = object->GetModelIndex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue