Skip to content

Commit

Permalink
NO P. RESTART -> NO RESTART
Browse files Browse the repository at this point in the history
Fits better with MULTIOSC when window width is at minimum
  • Loading branch information
kometbomb committed Dec 26, 2016
1 parent 5540312 commit 67ad8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view.c
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ void instrument_view2(GfxDomain *dest_surface, const SDL_Rect *dest, const SDL_E
update_rect(&frame, &r);
inst_text(event, &r, P_PROGPERIOD, "P.PRD", "%02X", MAKEPTR(inst->prog_period), 2);
update_rect(&frame, &r);
inst_flags(event, &r, P_NORESTART, "NO P. RESTART", &inst->flags, MUS_INST_NO_PROG_RESTART);
inst_flags(event, &r, P_NORESTART, "NO RESTART", &inst->flags, MUS_INST_NO_PROG_RESTART);
update_rect(&frame, &r);
inst_flags(event, &r, P_MULTIOSC, "MULTIOSC", &inst->flags, MUS_INST_MULTIOSC);
update_rect(&frame, &r);
Expand Down

0 comments on commit 67ad8e6

Please # to comment.