mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
пизда
This commit is contained in:
parent
72f36381fa
commit
63dd4fe47e
1 changed files with 2 additions and 2 deletions
|
@ -760,7 +760,7 @@ uint64_t convert_effect_openmpt_mod(char symbol, uint16_t val)
|
|||
break;
|
||||
}
|
||||
|
||||
default: break;
|
||||
default: return 0; break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -944,7 +944,7 @@ uint64_t convert_effect_openmpt_s3m(char symbol, uint16_t val)
|
|||
break;
|
||||
}
|
||||
|
||||
default: break;
|
||||
default: return 0; break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue