mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
MT 07069 (nw)
This commit is contained in:
parent
3f1b9ba8e9
commit
85fcb47e79
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user