| 1 | p[6] = false; |
| 2 | p[0] = true; |
| 3 | binding = false; |
| 4 | control_test = false; |
| 5 | ini_open("Controls.sav"); |
| 6 | global.buttonText1 = ini_read_string("ControlsNameIgnore", "Z", "1(A)"); |
| 7 | global.buttonText2 = ini_read_string("ControlsNameIgnore", "X", "2(B)"); |
| 8 | global.buttonText3 = ini_read_string("ControlsNameIgnore", "C", "4(Y)"); |
| 9 | ini_close(); |
| 10 | waiter = 0; |