Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed does not work with seed=1 #8

Open
Grazfather opened this issue Sep 19, 2017 · 2 comments
Open

Speed does not work with seed=1 #8

Grazfather opened this issue Sep 19, 2017 · 2 comments

Comments

@Grazfather
Copy link
Contributor

No description provided.

@Grazfather
Copy link
Contributor Author

Grazfather commented Sep 19, 2017

It's because the speed len is (randomly) bad:

speed len 7
speed pos 7

This fails the check in update_speed_status

        if(len < speed_pos + 1) return;

@Grazfather
Copy link
Contributor Author

seed 2 breaks left indicator.

Basically it looks like when random choosing the offsets and stuff there aren't proper check to make sure everything is sane.

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

No branches or pull requests

1 participant