mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 22:59:23 +00:00
CPopulation 2
This commit is contained in:
parent
16ea0527dd
commit
090aef7de7
6 changed files with 367 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Game.h"
|
||||
#include "Gangs.h"
|
||||
|
||||
enum eZoneType
|
||||
{
|
||||
|
@ -38,12 +39,12 @@ public:
|
|||
int16 carDensity;
|
||||
int16 carThreshold[6];
|
||||
int16 copThreshold;
|
||||
int16 gangThreshold[9];
|
||||
int16 gangThreshold[NUM_GANGS];
|
||||
|
||||
// Ped data
|
||||
uint16 pedDensity;
|
||||
uint16 copDensity;
|
||||
uint16 gangDensity[9];
|
||||
uint16 gangDensity[NUM_GANGS];
|
||||
uint16 pedGroup;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue