- reset pedestiran felony in InitGameVariables

This commit is contained in:
Ilya Shurumov 2020-11-05 00:44:30 +06:00
parent d3026e3a92
commit 39356495fe
2 changed files with 2 additions and 3 deletions

View File

@ -3189,8 +3189,9 @@ void InitGameVariables(void)
gStopPadReads = 0;
DawnCount = 0;
variable_weather = 0;
current_camera_angle = 0x800;
current_camera_angle = 2048;
gDieWithFade = 0;
pedestrianFelony = 0; // [A]
srand(0x1234);
RandomInit(0xd431, 0x350b1);

View File

@ -354,8 +354,6 @@ void UpdatePlayers(void)
PLAYER *locPlayer;
CAR_DATA* cp;
//pedestrianFelony = 0;
locPlayer = player;
do {