Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylocc authored Aug 29, 2021
1 parent bc1593b commit 340d793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,11 +917,15 @@ int main(int argc, char* argv[]) {
continue;
}

if (!strcmp(a, "-mania")) {
if (!strcmp(a, "-mania")) {
ezpp_set_mode_override(ez, MODE_MANIA);
continue;
}

if (!strcmp(a, "-catch")) {
ezpp_set_mode_override(ez, MODE_CATCH);
continue;
}


if (sscanf(a, "-score%f", &tmpf)) {
Expand Down

0 comments on commit 340d793

Please sign in to comment.