Skip to content

Commit

Permalink
another enumrename
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 5, 2020
1 parent ca2de66 commit 5c46451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ enum cc_type
cc_single_single,
cc_single_jump,
cc_jump_jump,
cc_num_types,
num_cc_types,
cc_init,
};

Expand Down Expand Up @@ -1618,7 +1618,7 @@ struct metaRowInfo
// accumulates hand specific info across an interval as it's processed by row
struct ItvHandInfo
{
int col_taps[3] = { 0, 0, 0 };
int col_taps[num_col_types] = { 0, 0, 0 };
int offhand_taps = 0;

// moving window of hand_taps
Expand Down

0 comments on commit 5c46451

Please sign in to comment.