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

Hitcount documentation incorrect for mania #4

Open
Yentis opened this issue Nov 23, 2021 · 0 comments
Open

Hitcount documentation incorrect for mania #4

Yentis opened this issue Nov 23, 2021 · 0 comments

Comments

@Yentis
Copy link

Yentis commented Nov 23, 2021

Specifically for count_100 -> these are 100s in mania, not 200s.
The correct comment is already there for count_katsu which is the actual value for 200s in mania.

So in summary:

let count_max = f32::from(replay.count_geki);
let count_300 = f32::from(replay.count_300);
let count_200 = f32::from(replay.count_katsu);
let count_100 = f32::from(replay.count_100);
let count_50 = f32::from(replay.count_50);
let count_miss = f32::from(replay.count_miss);
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