summaryrefslogtreecommitdiffstats
path: root/src/Zones.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zones.h')
-rw-r--r--src/Zones.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Zones.h b/src/Zones.h
index c7745e29..291e6f60 100644
--- a/src/Zones.h
+++ b/src/Zones.h
@@ -33,10 +33,10 @@ class CZoneInfo
{
public:
// Car data
- uint16 carDensity;
- uint16 carThreshold[6];
- uint16 copThreshold;
- uint16 gangThreshold[9];
+ int16 carDensity;
+ int16 carThreshold[6];
+ int16 copThreshold;
+ int16 gangThreshold[9];
// Ped data
uint16 pedDensity;