diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-23 12:42:06 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-23 12:42:06 -0400 |
commit | 57543e164e0ed15c23e295ffa08e5804d4d32037 (patch) | |
tree | 6de4ace3f090ab5677f8936f3c57d544e732f4d6 /src | |
parent | 24751851d27ac288797457cdd44a261b98e47ed4 (diff) |
revert pointless change
Diffstat (limited to 'src')
-rwxr-xr-x | src/field_special_scene.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_special_scene.c b/src/field_special_scene.c index 2855b3f3a..20331f37c 100755 --- a/src/field_special_scene.c +++ b/src/field_special_scene.c @@ -74,7 +74,7 @@ void Task_Truck1(u8 taskId) zero = 0; 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. cameraYpan = GetTruckCameraBobbingY(data[0]); |