MT 07069 (nw)

This commit is contained in:
AJR 2018-08-13 00:50:08 -04:00
parent 3f1b9ba8e9
commit 85fcb47e79

View File

@ -294,7 +294,7 @@ void menu_autofire::populate(float &customtop, float &custombottom)
}
/* add an autofire item */
item_append_on_off(field.name(), settings.autofire, (autofire_toggle ? FLAG_DISABLE : FLAG_INVERT), (void *)&field);
item_append_on_off(field.name(), settings.autofire, (autofire_toggle ? FLAG_DISABLE | FLAG_INVERT : 0), (void *)&field);
}
}
}