nobody uses a hyphen
This commit is contained in:
parent
30840e7dfc
commit
4a9713e2db
1 changed files with 2 additions and 1 deletions
|
|
@ -4764,7 +4764,8 @@ void FurnaceGUI::drawSettings() {
|
|||
sty.ItemInnerSpacing=ImVec2(10.0f*dpiScale,10.0f*dpiScale);
|
||||
settingsOpen=false;
|
||||
}
|
||||
if (checker==0x2222225c && checker1==0x2d2) {
|
||||
if ((checker==0x2222225c && checker1==0x2d2) ||
|
||||
(checker==0x4444447e && checker1==0x146)) {
|
||||
mmlString[30]=_("Oh my god... Kill me now so I don't have to go through that again!");
|
||||
for (int i=0; i<e->getTotalChannelCount(); i++) {
|
||||
for (int j=0; j<DIV_MAX_PATTERNS; j++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue