mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 05:49:22 +00:00
fix phones
This commit is contained in:
parent
0e2af13656
commit
a99457ee29
4 changed files with 4 additions and 3 deletions
|
@ -111,7 +111,7 @@ enum Config {
|
|||
NUM_WATERCANNONS = 3,
|
||||
|
||||
NUMPEDROUTES = 200,
|
||||
NUMPHONES = 50,
|
||||
NUMPHONES = 60,
|
||||
NUMPEDGROUPS = 67,
|
||||
NUMMODELSPERPEDGROUP = 16,
|
||||
MAXZONEPEDSLOADED = 8,
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
GlobalScene Scene;
|
||||
|
||||
uint8 work_buff[55000 * 2];
|
||||
uint8 work_buff[55000];
|
||||
char gString[256];
|
||||
char gString2[512];
|
||||
wchar gUString[256];
|
||||
|
|
|
@ -7,7 +7,7 @@ struct GlobalScene
|
|||
};
|
||||
extern GlobalScene Scene;
|
||||
|
||||
extern uint8 work_buff[55000 * 2];
|
||||
extern uint8 work_buff[55000];
|
||||
extern char gString[256];
|
||||
extern char gString2[512];
|
||||
extern wchar gUString[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue