mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 23:24:09 +00:00
CCarAI + bugfixes
This commit is contained in:
parent
80a74d2e77
commit
803412f33b
6 changed files with 226 additions and 41 deletions
|
@ -3,6 +3,10 @@
|
|||
#include "Boat.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
#define GAME_SPEED_TO_METERS_PER_SECOND 50.0f
|
||||
#define GAME_SPEED_TO_CARAI_SPEED 60.0f
|
||||
#define TIME_COPS_WAIT_TO_EXIT_AFTER_STOPPING 2500
|
||||
|
||||
class CZoneInfo;
|
||||
|
||||
enum{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue