mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 13:40:34 +00:00
stats fix
This commit is contained in:
parent
cf804dee91
commit
4f1d6123dd
3 changed files with 51 additions and 62 deletions
|
@ -526,7 +526,7 @@ void CGarage::Update()
|
|||
((CAutomobile*)(FindPlayerVehicle()))->m_pBombRigger = FindPlayerPed();
|
||||
if (m_eGarageType == GARAGE_BOMBSHOP3)
|
||||
CGarages::GivePlayerDetonator();
|
||||
CStats::KgOfExplosivesUsed += KGS_OF_EXPLOSIVES_IN_BOMB;
|
||||
CStats::KgsOfExplosivesUsed += KGS_OF_EXPLOSIVES_IN_BOMB;
|
||||
}
|
||||
switch (m_eGarageType) {
|
||||
case GARAGE_BOMBSHOP1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue