mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 05:24:09 +00:00
CarCtrl finished, minor Script things
This commit is contained in:
parent
7669b97ac6
commit
d303c33c2e
8 changed files with 188 additions and 107 deletions
|
@ -143,7 +143,9 @@ void CStats::Init()
|
|||
DistanceTravelledByBoat = 0;
|
||||
DistanceTravelledByGolfCart = 0;
|
||||
DistanceTravelledByHelicoptor = 0;
|
||||
DistanceTravelledByPlane = 0; // FIX: Wasn't initialized
|
||||
#ifdef FIX_BUGS
|
||||
DistanceTravelledByPlane = 0;
|
||||
#endif
|
||||
LivesSavedWithAmbulance = 0;
|
||||
CriminalsCaught = 0;
|
||||
HighestLevelVigilanteMission = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue