1
0
Fork 0

Add tap flags on record_t

This commit is contained in:
tmk 2013-02-26 16:27:09 +09:00
parent 6778324de2
commit a207e848b3
4 changed files with 103 additions and 103 deletions

View file

@ -41,7 +41,6 @@ void action_macro_play(const prog_macro_t *macro_p)
case MODS_DOWN:
MACRO_READ();
debug("MODS_DOWN("); debug_hex(macro); debug(")\n");
debug("MODS_UP("); debug_hex(macro); debug(")\n");
add_mods(macro);
break;
case MODS_UP: