Skip to content

Commit

Permalink
Merge pull request #19 from Trxyebeep/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Trxyebeep authored Mar 26, 2022
2 parents 42b3067 + 4b86ec6 commit 5223f1e
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 27 deletions.
2 changes: 1 addition & 1 deletion TOMB4/game/bike.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ long BikeDynamics(ITEM_INFO* item)
front_right2 = TestHeight(item, 500, 128, &frPos2);

if (front_right2 < frPos.y - 256)
shift2 = abs(DoShift(item, &frPos2, &frPos) << 2); //using the ABS macro gives wrong results??
shift2 = -abs(DoShift(item, &frPos2, &frPos) << 2);

front_mid2 = TestHeight(item, -500, 0, &fmPos2);

Expand Down
Loading

0 comments on commit 5223f1e

Please sign in to comment.