Skip to content

Make compatible to dirt rally 2.0#4

Open
lebonez wants to merge 2 commits intoBilliam:masterfrom
lebonez:master
Open

Make compatible to dirt rally 2.0#4
lebonez wants to merge 2 commits intoBilliam:masterfrom
lebonez:master

Conversation

@lebonez
Copy link
Copy Markdown

@lebonez lebonez commented Apr 10, 2020

Reverse gear changed in dirt rally 2.0. Everything else functions great.

Reverse is now -1 for whatever reason.
Make compatible with dirt rally 2.0
@Billiam
Copy link
Copy Markdown
Owner

Billiam commented Apr 10, 2020

Thanks for the pull request!

char* reverse = "r"; // sets the character for reverse

if (gear >= 1 and gear <10 ){
if (gear >= -1 and gear <10 ){
Copy link
Copy Markdown
Owner

@Billiam Billiam Apr 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you don't want this change. It'll will keep both the neutral check below, as well as the explicit check for gear == -1 that you've added from being used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants