revert pointless change
This commit is contained in:
parent
24751851d2
commit
57543e164e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void Task_Truck1(u8 taskId)
|
||||||
zero = 0;
|
zero = 0;
|
||||||
sub_808E82C(3, mapNum, mapGroup, -3, box3);
|
sub_808E82C(3, mapNum, mapGroup, -3, box3);
|
||||||
|
|
||||||
if (SECONDS(500) == ++data[0]) // this will never run
|
if (++data[0] == SECONDS(500)) // this will never run
|
||||||
data[0] = zero; // reset the timer if it gets stuck.
|
data[0] = zero; // reset the timer if it gets stuck.
|
||||||
|
|
||||||
cameraYpan = GetTruckCameraBobbingY(data[0]);
|
cameraYpan = GetTruckCameraBobbingY(data[0]);
|
||||||
|
|
Loading…
Reference in a new issue