mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 04:04:08 +00:00
cranes init
This commit is contained in:
parent
bd0cd13be1
commit
057b28e39b
4 changed files with 291 additions and 21 deletions
|
@ -118,7 +118,9 @@ enum Config {
|
|||
NUM_AUDIO_REFLECTIONS = 5,
|
||||
NUM_SCRIPT_MAX_ENTITIES = 40,
|
||||
|
||||
NUM_GARAGE_STORED_CARS = 6
|
||||
NUM_GARAGE_STORED_CARS = 6,
|
||||
|
||||
NUM_CRANES = 8
|
||||
};
|
||||
|
||||
// We'll use this once we're ready to become independent of the game
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue