Skip to content

Commit

Permalink
we dont want 0s here
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 5, 2020
1 parent a3d8f01 commit f4793e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,7 @@ struct metaHandInfo
tc_ms = cc_ms_any;
break;
case cc_jump_jump:
cc_ms_any = 0.f;
cc_ms_any = ms_init;
// make sure this doesn't make sense
cc_ms_no_jumps = ms_init;

Expand Down

0 comments on commit f4793e7

Please sign in to comment.