mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 23:54:09 +00:00
garages + script
This commit is contained in:
parent
2f085ea5f5
commit
8fae2dcc26
15 changed files with 537 additions and 552 deletions
|
@ -58,6 +58,9 @@ int32 CStats::CarsCrushed;
|
|||
int32 CStats::FastestTimes[CStats::TOTAL_FASTEST_TIMES];
|
||||
int32 CStats::HighestScores[CStats::TOTAL_HIGHEST_SCORES];
|
||||
|
||||
int32 CStats::Sprayings;
|
||||
float CStats::AutoPaintingBudget;
|
||||
|
||||
void CStats::Init()
|
||||
{
|
||||
PeopleKilledByOthers = 0;
|
||||
|
@ -113,6 +116,9 @@ void CStats::Init()
|
|||
IndustrialPassed = 0;
|
||||
CommercialPassed = 0;
|
||||
SuburbanPassed = 0;
|
||||
|
||||
Sprayings = 0;
|
||||
AutoPaintingBudget = 0.0f;
|
||||
}
|
||||
|
||||
void CStats::RegisterFastestTime(int32 index, int32 time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue