summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 8d52dac4..f2b9c403 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -1,8 +1,8 @@
#pragma once
enum Config {
- NUMCDIMAGES = 12, // gta3.img duplicates (not used on PC)
- MAX_CDIMAGES = 8, // additional cdimages
+ NUMCDIMAGES = 12, // gta3.img duplicates (not used on PC)
+ MAX_CDIMAGES = 8, // additional cdimages
MAX_CDCHANNELS = 5,
MODELINFOSIZE = 5500,
@@ -20,15 +20,15 @@ enum Config {
XTRACOMPSMODELSIZE = 2,
TWODFXSIZE = 2000,
- MAXVEHICLESLOADED = 50, // 70 on mobile
+ MAXVEHICLESLOADED = 50, // 70 on mobile
NUMOBJECTINFO = 168, // object.dat
// Pool sizes
NUMPTRNODES = 30000, // 26000 on PS2
NUMENTRYINFOS = 5400, // 3200 on PS2
- NUMPEDS = 140, // 90 on PS2
- NUMVEHICLES = 110, // 70 on PS2
+ NUMPEDS = 140, // 90 on PS2
+ NUMVEHICLES = 110, // 70 on PS2
NUMBUILDINGS = 5500, // 4915 on PS2
NUMTREADABLES = 1214,
NUMOBJECTS = 450,
@@ -92,6 +92,8 @@ enum Config {
NUM_GARAGES = 32,
NUM_PROJECTILES = 32,
+ NUM_WATERCANNONS = 3,
+
NUMPEDROUTES = 200,
NUMPHONES = 50,
NUMPEDGROUPS = 31,