old:
Code: Select all
+ if(! config_GetInt( p_pintf, "no_wheel_special" ) ) {
new:
Code: Select all
+ if(! config_GetInt( p_intf, "no_wheel_special" ) ) {
Code: Select all
+ if(! config_GetInt( p_pintf, "no_wheel_special" ) ) {
Code: Select all
+ if(! config_GetInt( p_intf, "no_wheel_special" ) ) {