Skip to content

Commit

Permalink
give metasequencing the patternmod helper so it filters down to mods
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 7, 2020
1 parent 290536e commit a915b44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/Etterna/Globals/MinaCalc/Dependent/HD_MetaSequencing.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include "HD_BasicSequencing.h"
#include "Etterna/Globals/MinaCalc/PatternModHelpers.h"

/* meta patterns are formed by chains of base patterns, we could pick up
* triplets (left_right, right_left), or triple jacks (single_single,
Expand Down
4 changes: 0 additions & 4 deletions src/Etterna/Globals/MinaCalc/Dependent/RunningManMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ struct RunningManMod

float pmod = neutral;

#pragma region generic functions

inline void full_reset()
{
rm.full_reset();
Expand Down Expand Up @@ -188,8 +186,6 @@ struct RunningManMod
}
}

#pragma endregion

inline void advance_sequencing(const col_type& ct,
const base_pattern_type& bt,
const meta_type& mt,
Expand Down

0 comments on commit a915b44

Please sign in to comment.