prepare to fix pitch linearity issues
This commit is contained in:
parent
b5faddf319
commit
c064cf089d
13 changed files with 49 additions and 454 deletions
|
|
@ -32,12 +32,6 @@ const unsigned char avRequest[15]={
|
|||
|
||||
|
||||
void FurnaceGUI::doAction(int what) {
|
||||
if (curEngineState==8 || curEngineState==13 || curEngineState==23) {
|
||||
if ((rand()%1000)==0) {
|
||||
showError("I don't wanna");
|
||||
return;
|
||||
}
|
||||
}
|
||||
switch (what) {
|
||||
case GUI_ACTION_NEW:
|
||||
if (modified) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue